fsp_srv: Implement DeleteFile.

- Used by Binding of Isaac.
This commit is contained in:
bunnei 2018-04-15 13:15:18 -04:00
parent 34264879b3
commit bddad50dd4
6 changed files with 27 additions and 9 deletions

View file

@ -97,7 +97,7 @@ public:
* @param path Path relative to the archive
* @return Result of the operation
*/
virtual ResultCode DeleteFile(const Path& path) const = 0;
virtual ResultCode DeleteFile(const std::string& path) const = 0;
/**
* Create a directory specified by its path