| 316 | } |
| 317 | |
| 318 | void ddio_FindFileClose() { |
| 319 | if (hFindFile != INVALID_HANDLE_VALUE) |
| 320 | FindClose(hFindFile); |
| 321 | hFindFile = INVALID_HANDLE_VALUE; |
| 322 | } |
| 323 | |
| 324 | // pass in a pathname (could be from ddio_SplitPath), root_path will have the drive name. |
| 325 | void ddio_GetRootFromPath(const char *srcPath, char *root_path) { |
no outgoing calls
no test coverage detected