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::Operations | static |
| copyFile(StringSpan srcPath, StringSpan destPath, FileSystemCopyFlags flags) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| createSymbolicLink(StringSpan sourceFileOrDirectory, StringSpan linkFile) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| exists(StringSpan path) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| existsAndIsDirectory(StringSpan path) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| existsAndIsFile(StringSpan path) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| existsAndIsLink(StringSpan path) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| getApplicationRootDirectory(StringPath &applicationRootDirectory) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| getCurrentWorkingDirectory(StringPath ¤tWorkingDirectory) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| getExecutablePath(StringPath &executablePath) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| getFileStat(StringSpan path, FileSystemStat &fileStat) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| makeDirectory(StringSpan dir) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| makeDirectoryRecursive(StringSpan path) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| moveDirectory(StringSpan source, StringSpan destination) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| removeDirectoryRecursive(StringSpan directory) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| removeEmptyDirectory(StringSpan path) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| removeFile(StringSpan path) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| rename(StringSpan path, StringSpan newPath) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |
| setLastModifiedTime(StringSpan path, TimeMs time) (defined in SC::FileSystem::Operations) | SC::FileSystem::Operations | static |