C++
bool isOpen() const;
Description
Checks to see if there is any file associated with this object.
This method returns true even if file association was created by the attach() method.
Returns true if there is an associated file, or false otherwise.