C4 Engine Terathon Software C4 Engine API Documentation

• File Manager

API Links
Developer Links

class FileMgr

Defined in:  C4Files.h
The File Manager class.
Definition

class FileMgr

Member Functions
FileMgr::DeleteFile Deletes a file.
FileMgr::BuildFileList Enumerates the files in a given directory.
Description
The global File Manager object encapsulates the file management services of the C4 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