|
bool | copy (const String &strSource, const String &strDestination) |
|
bool | deleteFile (const String &strSource) |
|
bool | rename (const String &file, const String &newFile) |
|
bool | exists (const String &path) |
|
String | makeLegalFilename (const String &filename) |
|
String | translatePath (const String &path) |
|
String | validatePath (const String &path) |
|
bool | mkdir (const String &path) |
|
bool | mkdirs (const String &path) |
|
bool | rmdir (const String &path, bool force) |
|
Tuple< std::vector< String >, std::vector< String > > | listdir (const String &path) |
|