MCPcopy Create free account
hub / github.com/defold/defold / Iterate_RemoveFile

Function Iterate_RemoveFile

engine/dlib/src/dlib/sys.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 #undef DM_SYS_RESULT_TO_STRING_CASE
136
137 static void Iterate_RemoveFile(void*, const char* path, bool isdir)
138 {
139 if (!isdir) {
140 dmSys::Unlink(path);
141 }
142 }
143
144 static void Iterate_RemoveDir(void*, const char* path, bool isdir)
145 {

Callers

nothing calls this directly

Calls 1

UnlinkFunction · 0.70

Tested by

no test coverage detected