|
UtiLite
0.3.1
A lite utilities library
|
| copy(const std::string &from, const std::string &to) | UFile | [static] |
| copy(const std::string &to) | UFile | [inline] |
| erase(const std::string &filePath) | UFile | [static] |
| exists(const std::string &filePath) | UFile | [static] |
| exists() | UFile | [inline] |
| getExtension(const std::string &filePath) | UFile | [static] |
| getExtension() | UFile | [inline] |
| getName(const std::string &filePath) | UFile | [static] |
| getName() | UFile | [inline] |
| isValid() | UFile | [inline] |
| length(const std::string &filePath) | UFile | [static] |
| length() | UFile | [inline] |
| rename(const std::string &oldFilePath, const std::string &newFilePath) | UFile | [static] |
| rename(const std::string &newName) | UFile | [inline] |
| UFile(const std::string &path) | UFile | [inline] |
1.7.6.1