| 220 | } |
| 221 | |
| 222 | int savDelete(int handle, const char* path) override |
| 223 | { |
| 224 | const std::u16string p = archivePath(path); |
| 225 | return (int)FSUSER_DeleteFile(mSlots[handle].arch.fs(), fsMakePath(PATH_UTF16, p.data())); |
| 226 | } |
| 227 | |
| 228 | bool savList(int handle, const std::string& dir, std::vector<HostDirEntry>& out) override |
| 229 | { |
no test coverage detected