| 115 | return filesystem->FindIsDirectory(handle); |
| 116 | } |
| 117 | void FindClose(FileFindHandle_t handle) override |
| 118 | { |
| 119 | filesystem->FindClose(handle); |
| 120 | } |
| 121 | FileHandle_t Open(const char *pFileName, const char *pOptions, const char *pathID = 0) override |
| 122 | { |
| 123 | return filesystem->Open(pFileName, pOptions, pathID); |
no outgoing calls
no test coverage detected