FindNext() finds the next matching file or directory and returns it in nextFile. You should pass the findHandle returned by a previous call to FindFirst().
Implements CATFileSystem. Definition at line 265 of file CATFileSystem_Win32.cpp. References CATFileSystem::BuildPath(), CAT_ERR_FIND_CALL_FINDFIRST, CAT_ERR_FIND_END, CAT_STAT_PATH_IS_DIRECTORY, CAT_STAT_PATH_IS_FILE, CATASSERT, CATRESULT, CATString::Compare(), fFindPaths, CATFileSystem::fFSLock, CATMutex::Release(), and CATMutex::Wait().
|