File system utilities. More...
#include <File.h>
Static Public Member Functions | |
| static Filename | GetWorkingDirectory () | 
| Retrieves the working directory of the app and stores it in this object.  | |
| static void | SetWorkingDirectory (const Filename &path) | 
| Sets the working directory for the app to the path represented by this object.  | |
| static bool | CreateDirectory (const Filename &path) | 
| Create a directory if it does not already exist. Returns true if the directory existed or was created.  | |
File system utilities.
 1.7.1