![]() |
VR-Link API Documentation for HLA 1.3
|
This file contains the declaration of several functions for directory manipulation. More...
Go to the source code of this file.
Functions | |
| bool | DtMakeDirectory (const DtFilename &fp) |
| An Operating System Independent Function which creates the specified directory. | |
| bool | DtDeleteDirectory (const DtFilename &fp) |
| An Operating System Independent Function which deletes the specified directory. | |
| DtFilename | DtGetUserHomeDirectory () |
| Get the path to the users home directory. | |
| DtFilename | DtGetMakUserConfigurationDirectory () |
| Get the path to the MAK users configuration directory. | |
| DtFilename | DtGetTempDirectory () |
| Get the path to the directory in which temporary files should be stored. | |
| std::vector< DtFilename > | DtGetFileListFromDirectory (DtString directory, DtString filter) |
This file contains the declaration of several functions for directory manipulation.
| std::vector<DtFilename> DtGetFileListFromDirectory | ( | DtString | directory, |
| DtString | filter | ||
| ) |