FS: Implement DiskFileSystem's OpenDirectory interface.
This commit is contained in:
parent
e1d7b9fc2c
commit
6d90d99d12
5 changed files with 19 additions and 6 deletions
|
@ -150,7 +150,8 @@ public:
|
|||
* @param path Path relative to the archive
|
||||
* @return Opened directory, or error code
|
||||
*/
|
||||
virtual ResultVal<std::unique_ptr<DirectoryBackend>> OpenDirectory(const Path& path) const = 0;
|
||||
virtual ResultVal<std::unique_ptr<DirectoryBackend>> OpenDirectory(
|
||||
const std::string& path) const = 0;
|
||||
|
||||
/**
|
||||
* Get the free space
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue