C4 Engine
C4 Engine API Documentation

FileReference::GetFileFlags

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

uint32 GetFileFlags(voidconst;

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

FileReference::GetFileName