MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddio_FindFileClose

Function ddio_FindFileClose

ddio/winfile.cpp:318–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void 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.
325void ddio_GetRootFromPath(const char *srcPath, char *root_path) {

Callers 15

ddio_FindFileStartFunction · 0.70
EndScriptFileListFunction · 0.50
ResaveAllBitmapsFunction · 0.50
OnSelchangeDirectoryMethod · 0.50
parse_ctl_fileMethod · 0.50
parse_ctl_fileMethod · 0.50
PltGetPilotsFunction · 0.50
FindAllFilesFunction · 0.50
FindAllFilesSizeFunction · 0.50
GetCustomSoundFilesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected