Mount Fuji Engine  0.8b
MF_API bool MFFileSystem_FindNext ( MFFind pFind,
MFFindData pFindData 
)

Finds the next file in the directory matching the search pattern specified in MFFileSystem_FindFirst().

Parameters
pFindMFFind handle returned from a previous call to MFFileSystem_FindFirst().
pFindDataPointer to an MFFindData structure which receives details about the file.
Returns
True on success or false if there are no more files in the directory.
See Also
MFFileSystem_FindFirst(), MFFileSystem_FindClose()