Share

AcFILE::isOpen

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.

Links

AcFILE

Was this information helpful?