Mount Fuji Engine  0.8b
MF_API MFFind* MFFileSystem_FindFirst ( const char *  pSearchPattern,
MFFindData pFindData 
)

Finds the first file matching a specified search pattern.

Parameters
pSearchPatternThe search pattern. The search pattern MUST be a full justified fuji path begining with a volume, and ending with a filename pattern to match.
pFindDataPointer to an MFFindData structure which receives details about the file.
Returns
An MFFind handle that is passed to subsequent calls to MFFileSystem_FindNext and MFFileSystem_FindClose.
Remarks
Currently the only valid filename pattern is '*'. For example: "data:subdir/ *" is a valid search pattern.
See Also
MFFileSystem_FindNext(), MFFileSystem_FindClose()