class FileMgr
Defined in:
The File Manager class.
C4Files.h
Definition
class FileMgr
Member Functions
FileMgr::DeleteFile |
Deletes a file. |
FileMgr::BuildFileMap |
Enumerates the files in a given directory. |
Description
The global File Manager object encapsulates the file management services of the engine. The single instance of the File Manager is constructed during an application's initialization and destroyed at termination.The File Manager's member functions are accessed through the global pointer
TheFileMgr
.
See Also