filesystem: Pass Size Getter functions to IFileSystem for sizes
This commit is contained in:
parent
721a92775d
commit
43af31836e
3 changed files with 31 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue