MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / savDelete

Method savDelete

3ds/source/script/scripthost.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

ckpt_sav_deleteFunction · 0.45

Calls 3

archivePathFunction · 0.85
fsMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected