plugify 1.2.8
|
This is the complete list of members for plugify::IFileSystem, including all inherited members.
Copy(const std::filesystem::path &from, const std::filesystem::path &to)=0 | plugify::IFileSystem | pure virtual |
CreateDirectories(const std::filesystem::path &path)=0 | plugify::IFileSystem | pure virtual |
FindFiles(const std::filesystem::path &directory, std::span< const std::string_view > patterns, bool recursive=true)=0 | plugify::IFileSystem | pure virtual |
GetAbsolutePath(const std::filesystem::path &path)=0 (defined in plugify::IFileSystem) | plugify::IFileSystem | pure virtual |
GetCanonicalPath(const std::filesystem::path &path)=0 (defined in plugify::IFileSystem) | plugify::IFileSystem | pure virtual |
GetFileInfo(const std::filesystem::path &path)=0 | plugify::IFileSystem | pure virtual |
GetRelativePath(const std::filesystem::path &path, const std::filesystem::path &base)=0 (defined in plugify::IFileSystem) | plugify::IFileSystem | pure virtual |
IsDirectory(const std::filesystem::path &path)=0 | plugify::IFileSystem | pure virtual |
IsExists(const std::filesystem::path &path)=0 | plugify::IFileSystem | pure virtual |
IsRegularFile(const std::filesystem::path &path)=0 | plugify::IFileSystem | pure virtual |
IterateDirectory(const std::filesystem::path &directory, const DirectoryIterationOptions &options={})=0 | plugify::IFileSystem | pure virtual |
ListDirectory(const std::filesystem::path &directory)=0 | plugify::IFileSystem | pure virtual |
Move(const std::filesystem::path &from, const std::filesystem::path &to)=0 | plugify::IFileSystem | pure virtual |
ReadBinaryFile(const std::filesystem::path &path)=0 | plugify::IFileSystem | pure virtual |
ReadTextFile(const std::filesystem::path &path)=0 | plugify::IFileSystem | pure virtual |
Remove(const std::filesystem::path &path)=0 | plugify::IFileSystem | pure virtual |
RemoveAll(const std::filesystem::path &path)=0 | plugify::IFileSystem | pure virtual |
WriteBinaryFile(const std::filesystem::path &path, std::span< const uint8_t > data)=0 | plugify::IFileSystem | pure virtual |
WriteTextFile(const std::filesystem::path &path, std::string_view content)=0 | plugify::IFileSystem | pure virtual |
~IFileSystem()=default (defined in plugify::IFileSystem) | plugify::IFileSystem | virtual |