absoluteJoinPath(const nctl::String &first, const nctl::String &second) | ncine::FileSystem | static |
absolutePath(const char *path) | ncine::FileSystem | static |
addPermissions(const char *path, int mode) | ncine::FileSystem | static |
AppConfiguration | ncine::FileSystem | friend |
baseName(const char *path) | ncine::FileSystem | static |
cachePath() | ncine::FileSystem | static |
changePermissions(const char *path, int mode) | ncine::FileSystem | static |
copy(const char *oldPath, const char *newPath) | ncine::FileSystem | static |
createDir(const char *path) | ncine::FileSystem | static |
currentDir() | ncine::FileSystem | static |
dataPath() | ncine::FileSystem | inlinestatic |
deleteEmptyDir(const char *path) | ncine::FileSystem | static |
deleteFile(const char *path) | ncine::FileSystem | static |
dirName(const char *path) | ncine::FileSystem | static |
executableDir() | ncine::FileSystem | static |
EXECUTE enum value (defined in ncine::FileSystem) | ncine::FileSystem | |
exists(const char *path) | ncine::FileSystem | static |
extension(const char *path) | ncine::FileSystem | static |
fileSize(const char *path) | ncine::FileSystem | static |
fixExtension(nctl::String &path, const char *extension) | ncine::FileSystem | static |
hasExtension(const char *path, const char *extension) | ncine::FileSystem | static |
homePath() | ncine::FileSystem | static |
isDirectory(const char *path) | ncine::FileSystem | static |
isExecutable(const char *path) | ncine::FileSystem | static |
isFile(const char *path) | ncine::FileSystem | static |
isHidden(const char *path) | ncine::FileSystem | static |
isReadable(const char *path) | ncine::FileSystem | static |
isReadableFile(const char *path) | ncine::FileSystem | static |
isWritable(const char *path) | ncine::FileSystem | static |
isWritableFile(const char *path) | ncine::FileSystem | static |
joinPath(const nctl::String &first, const nctl::String &second) | ncine::FileSystem | static |
lastAccessTime(const char *path) | ncine::FileSystem | static |
lastModificationTime(const char *path) | ncine::FileSystem | static |
logicalDrives() | ncine::FileSystem | static |
logicalDriveStrings() | ncine::FileSystem | static |
MaxPathLength | ncine::FileSystem | static |
Permission enum name | ncine::FileSystem | |
permissions(const char *path) | ncine::FileSystem | static |
READ enum value (defined in ncine::FileSystem) | ncine::FileSystem | |
removePermissions(const char *path, int mode) | ncine::FileSystem | static |
rename(const char *oldPath, const char *newPath) | ncine::FileSystem | static |
savePath() | ncine::FileSystem | static |
setCurrentDir(const char *path) | ncine::FileSystem | static |
setHidden(const char *path, bool hidden) | ncine::FileSystem | static |
WRITE enum value (defined in ncine::FileSystem) | ncine::FileSystem | |