| 183 | filesystem->RenameFile(pOldPath, pNewPath, pathID); |
| 184 | } |
| 185 | bool IsDirectory(const char *pFileName, const char *pathID) override |
| 186 | { |
| 187 | return filesystem->IsDirectory(pFileName, pathID); |
| 188 | } |
| 189 | void CreateDirHierarchy(const char *path, const char *pathID) override |
| 190 | { |
| 191 | filesystem->CreateDirHierarchy(path, pathID); |
no outgoing calls
no test coverage detected