Mount Fuji Engine  0.8b
MF_API MFFile* MFFile_Open ( MFFileSystemHandle  fileSystem,
MFOpenData pOpenData 
)

Opens a file.

Parameters
fileSystemFilesystem which provides the file.
pOpenDataPointer to an MFOpenData structure describing the file to open.
Returns
A pointer to the newly opened file, returns NULL if the file open failed.