mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 04:05:45 +00:00
filesystem: Pass Size Getter functions to IFileSystem for sizes
This commit is contained in:
parent
a4b2e1c5ce
commit
94ddc2ebdb
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