C4 Engine Terathon Software C4 Engine API Documentation

• File Manager

API Links
Developer Links

FileReference::GetFlags

Defined in:  C4Files.h
Returns the flags associated with a FileReference object.
Prototype

unsigned long GetFlags(voidconst;

Description
The GetFlags function returns either zero or a combination (through logical OR) of the following bit values.
kFileDirectory The file reference represents a directory.
kFileInvisible The file is invisible.
See Also

FileReference::GetName