FS: Implemented IFileSystem::CreateDirectory.
This commit is contained in:
parent
0485ee499f
commit
eff3f60b73
6 changed files with 29 additions and 7 deletions
|
@ -104,7 +104,7 @@ public:
|
|||
* @param path Path relative to the archive
|
||||
* @return Result of the operation
|
||||
*/
|
||||
virtual ResultCode CreateDirectory(const Path& path) const = 0;
|
||||
virtual ResultCode CreateDirectory(const std::string& path) const = 0;
|
||||
|
||||
/**
|
||||
* Delete a directory specified by its path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue