Platform-dependent functions that differ by operating system. More...
Functions | |
string | file_openFileDialog(string , string , string ) |
void | filelib_createDirectory(string path) |
void | filelib_deleteFile(string path) |
string | filelib_expandPathname(string filename) |
bool | filelib_fileExists(string filename) |
string | filelib_getAbsolutePath(string path) |
string | filelib_getCurrentDirectory() |
string | filelib_getDirectoryPathSeparator() |
string | filelib_getSearchPathSeparator() |
string | filelib_getTempDirectory() |
bool | filelib_isDirectory(string filename) |
bool | filelib_isFile(string filename) |
bool | filelib_isSymbolicLink(string filename) |
void | filelib_listDirectory(string path, std::vector< string > &list) |
void | filelib_setCurrentDirectory(string path) |
Platform-dependent functions that differ by operating system.
string file_openFileDialog | ( | string | , |
string | , | ||
string | |||
) |
void filelib_createDirectory | ( | string | path | ) |
void filelib_deleteFile | ( | string | path | ) |
string filelib_expandPathname | ( | string | filename | ) |
bool filelib_fileExists | ( | string | filename | ) |
string filelib_getAbsolutePath | ( | string | path | ) |
string filelib_getCurrentDirectory | ( | ) |
string filelib_getDirectoryPathSeparator | ( | ) |
string filelib_getSearchPathSeparator | ( | ) |
string filelib_getTempDirectory | ( | ) |
bool filelib_isDirectory | ( | string | filename | ) |
bool filelib_isFile | ( | string | filename | ) |
bool filelib_isSymbolicLink | ( | string | filename | ) |
void filelib_listDirectory | ( | string | path, |
std::vector< string > & | list | ||
) |
void filelib_setCurrentDirectory | ( | string | path | ) |