filesystem: Pass Size Getter functions to IFileSystem for sizes

This commit is contained in:
Zach Hilman
2019-04-16 14:32:18 -04:00
parent 721a92775d
commit 43af31836e
3 changed files with 31 additions and 20 deletions

View File

@ -215,12 +215,6 @@ public:
*/
ResultVal<FileSys::VirtualDir> OpenDirectory(const std::string& path);
/**
* Get the free space
* @return The number of free bytes in the archive
*/
u64 GetFreeSpaceSize() const;
/**
* Get the type of the specified path
* @return The type of the specified path or error code