C4 Engine
C4 Engine API Documentation

class FileMgr

Defined in:  C4Files.h
The File Manager class.
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

File