C
MPFS_HANDLE MPFSOpenROM( ROM BYTE* cFile );
Description
Opens a file in the MPFS2 file system.
Preconditions
None
Parameters
Parameters |
Description |
cFile |
a null terminated file name to open |
Returns
An MPFS_HANDLE to the opened file if found, or MPFS_INVALID_HANDLE if the file could not be found or no free handles exist.
Remarks
This function is aliased to MPFSOpen on non-PIC18 platforms.