Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATFileSystem::FindNext
virtual CATResult CATFileSystem::FindNext ( CATString nextFile,
CATFINDHANDLE  findHandle 
) [pure virtual]

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().

Parameters:
nextFile - ref to string to receive path of next file
findHandle - handle for search.
Returns:
CATResult - CAT_STAT_PATH_IS_DIRECTORY if entry is a directory. CAT_STAT_PATH_IS_FILE if it's a file. CAT_ERR_FIND_END if no more files are available.

Implemented in CATFileSystem_Win32.


Generated on Mon Feb 11 04:10:28 2008 for Game Accessibility Suite by doxygen 1.5.4