fsp_srv: Implement DeleteFile.
- Used by Binding of Isaac.
This commit is contained in:
parent
34264879b3
commit
bddad50dd4
6 changed files with 27 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue