CFtpFileFind::FindNextFile

Call this member function to continue a file search begun with a call to the FindFile member function.

virtual BOOL FindNextFile( );

Return Value

Nonzero if there are more files; zero if the file found is the last one in the directory or if an error occurred. To get extended error information, call the Win32 function GetLastError. If the file found is the last file in the directory, or if no matching files can be found, the GetLastError function returns ERROR_NO_MORE_FILES.

Remarks

You must call this function at least once before calling any attribute function (see CFileFind::FindNextFile).

FindNextFile wraps the Win32 function FindNextFile.

Example

See the example in the CFtpFileFind class overview.

Requirements

Header: afxinet.h

See Also

Reference

CFtpFileFind Class

Hierarchy Chart

CFileFind Class