| 1155 | } |
| 1156 | |
| 1157 | bool Platform::fileDelete(const char * name) |
| 1158 | { |
| 1159 | return ModifyFile(name, DELETE); |
| 1160 | } |
| 1161 | |
| 1162 | static bool recurseDumpDirectories(const char *basePath, const char *subPath, Vector<StringTableEntry> &directoryVector, S32 currentDepth, S32 recurseDepth, bool noBasePath) |
| 1163 | { |
nothing calls this directly
no test coverage detected