CFileFind::FindNextFile
virtual BOOL FindNextFile( );
Return Value
Nonzero if there are more files; zero if this is the last file, and the previous call to either FindFile or FindNextFile returned nonzero. To get extended error information, call the Win32 function .
Remarks
Call this member function to continue a file search from a previous call to FindFile. You must call FindNextFile at least once before calling any of the following attribute member functions:
FindNextFile wraps the Win32 function .
Example
See the example for CFileFind::IsDirectory.