FileReference::GetFileFlags
Defined in:
Returns the flags associated with a C4Files.h
FileReference
object.
Prototype
uint32 GetFileFlags(void) const;
Description
The GetFileFlags
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