plugify 1.2.8
Loading...
Searching...
No Matches
plugify::IFileSystem Member List

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)=0plugify::IFileSystempure virtual
CreateDirectories(const std::filesystem::path &path)=0plugify::IFileSystempure virtual
FindFiles(const std::filesystem::path &directory, std::span< const std::string_view > patterns, bool recursive=true)=0plugify::IFileSystempure virtual
GetAbsolutePath(const std::filesystem::path &path)=0 (defined in plugify::IFileSystem)plugify::IFileSystempure virtual
GetCanonicalPath(const std::filesystem::path &path)=0 (defined in plugify::IFileSystem)plugify::IFileSystempure virtual
GetFileInfo(const std::filesystem::path &path)=0plugify::IFileSystempure virtual
GetRelativePath(const std::filesystem::path &path, const std::filesystem::path &base)=0 (defined in plugify::IFileSystem)plugify::IFileSystempure virtual
IsDirectory(const std::filesystem::path &path)=0plugify::IFileSystempure virtual
IsExists(const std::filesystem::path &path)=0plugify::IFileSystempure virtual
IsRegularFile(const std::filesystem::path &path)=0plugify::IFileSystempure virtual
IterateDirectory(const std::filesystem::path &directory, const DirectoryIterationOptions &options={})=0plugify::IFileSystempure virtual
ListDirectory(const std::filesystem::path &directory)=0plugify::IFileSystempure virtual
Move(const std::filesystem::path &from, const std::filesystem::path &to)=0plugify::IFileSystempure virtual
ReadBinaryFile(const std::filesystem::path &path)=0plugify::IFileSystempure virtual
ReadTextFile(const std::filesystem::path &path)=0plugify::IFileSystempure virtual
Remove(const std::filesystem::path &path)=0plugify::IFileSystempure virtual
RemoveAll(const std::filesystem::path &path)=0plugify::IFileSystempure virtual
WriteBinaryFile(const std::filesystem::path &path, std::span< const uint8_t > data)=0plugify::IFileSystempure virtual
WriteTextFile(const std::filesystem::path &path, std::string_view content)=0plugify::IFileSystempure virtual
~IFileSystem()=default (defined in plugify::IFileSystem)plugify::IFileSystemvirtual