|
Core Library
|
FileSystem helper functions. More...
Namespaces | |
| namespace | Core |
The Core Library namespace. | |
Functions | |
| tstring | Core::getTempFolder () |
| Get the folder to use for temporary files. | |
| tstring | Core::combinePaths (const tstring &lhs, const tstring &rhs) |
| Combine two paths into a single path. | |
| bool | Core::pathExists (const tstring &path) |
| Query if the path points to a file or folder that exists. | |
| void | Core::deleteFile (const tstring &path, bool ignoreErrors) |
| Delete the specified file. | |
FileSystem helper functions.
1.7.6.1