| Private: |
| filesystem::path m_CurrentDirectory |
| Public: |
| std::unique_ptr<MBUtility::MBSearchableInputStream> GetFileInputStream(const std::string& FilePath,FilesystemError* OutError) |
| std::string GetCurrentPath() |
| std::unique_ptr<MBUtility::MBSearchableOutputStream> GetFileOutputStream(const std::string& FilePath,FilesystemError* OutError) |
| FilesystemError ChangeDirectory(const std::string& NewDirectory) |
| FSObjectInfo GetInfo(const std::string& Path,FilesystemError* OutError) |
| std::vector<FSObjectInfo> ListDirectory(const std::string& Path,FilesystemError* OutError) |
| FilesystemError Exists(const std::string& Path) |