![]() |
• File Manager | ||||||||||||||
|
API Links
Developer Links
|
class FileReferenceDefined in:
The C4Files.hFileReference class is used to represent one item in a list of files returned by the FileMgr::BuildFileList function.
Definition
Member Functions
Constructor
Parameters
Description
The FileReference class stores the name of a single file. If the name parameter points to a string longer than kMaxFileNameLength, then it is truncated to this length. Applications typically do not need to construct FileReference objects since they are returned in the list built by the FileMgr::BuildFileList function.The flags parameter can be a combination (through logical OR) of the following bit values.
Base Classes
See Also
|