| 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 | { |