mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 01:35:46 +00:00
fsp_srv: Implement DeleteFile.
- Used by Binding of Isaac.
This commit is contained in:
parent
3948475307
commit
dc852fda3b
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