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.

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
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
getExecutablePath(StringPath &executablePath) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic
getFileStat(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
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, Time::Realtime time) (defined in SC::FileSystem::Operations)SC::FileSystem::Operationsstatic