mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-10 00:06:28 +00:00
Implement FS_User::GetFreeBytes
This commit is contained in:
@@ -131,6 +131,12 @@ public:
|
||||
* @return Opened directory, or nullptr
|
||||
*/
|
||||
virtual std::unique_ptr<DirectoryBackend> OpenDirectory(const Path& path) const = 0;
|
||||
|
||||
/**
|
||||
* Get the free space
|
||||
* @return The number of free bytes in the archive
|
||||
*/
|
||||
virtual u64 GetFreeBytes() const = 0;
|
||||
};
|
||||
|
||||
class ArchiveFactory : NonCopyable {
|
||||
|
||||
Reference in New Issue
Block a user