Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::FileSystem::Operations Member List

This is the complete list of members for SC::FileSystem::Operations, including all inherited members.

access(StringSpan path, AccessMode accessMode) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
chmod(StringSpan path, uint32_t mode) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
chown(StringSpan path, uint32_t uid, uint32_t gid) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
copyDirectory(StringSpan srcPath, StringSpan destPath, FileSystemCopyFlags flags) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
copyFile(StringSpan srcPath, StringSpan destPath, FileSystemCopyFlags flags) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
createHardLink(StringSpan sourceFile, StringSpan linkFile) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
createSymbolicLink(StringSpan sourceFileOrDirectory, StringSpan linkFile) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
exists(StringSpan path) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
existsAndIsDirectory(StringSpan path) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
existsAndIsFile(StringSpan path) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
existsAndIsLink(StringSpan path) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
getApplicationRootDirectory(StringPath &applicationRootDirectory) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
getCurrentWorkingDirectory(StringPath &currentWorkingDirectory) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
getExecutablePath(StringPath &executablePath) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
getFileStat(StringSpan path, FileSystemStat &fileStat) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
lchmod(StringSpan path, uint32_t mode) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
lchown(StringSpan path, uint32_t uid, uint32_t gid) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
lstat(StringSpan path, FileSystemStat &fileStat) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
makeDirectory(StringSpan dir) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
makeDirectoryRecursive(StringSpan path) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
moveDirectory(StringSpan source, StringSpan destination) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
readSymbolicLink(StringSpan path, StringPath &destination) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
removeDirectoryRecursive(StringSpan directory) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
removeEmptyDirectory(StringSpan path) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
removeFile(StringSpan path) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
rename(StringSpan path, StringSpan newPath) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
setLastModifiedTime(StringSpan path, TimeMs time) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
stat(StringSpan path, FileSystemStat &fileStat) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic