Core Library
Namespaces | Functions
FileSystem.hpp File Reference

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.

Detailed Description

FileSystem helper functions.

Author:
Chris Oldwood