The following functions and variables are accessible by the stack application.
Enumerations
|
Name |
Description |
|
Indicates the method for MPFSSeek |
Functions
|
Name |
Description |
|
Closes a file. | |
|
Prepares the MPFS image for writing. | |
|
Reads a byte from a file. | |
|
Reads a series of bytes from a file. | |
|
Determines how many bytes remain to be read. | |
|
Determines the ending address of a file. | |
|
Reads the file name of a file that is already open. | |
|
Reads a file's flags. | |
|
Determines the ID in the FAT for a file. | |
|
Reads a DWORD or Long value from the MPFS. | |
|
Reads the microtime portion of a file's timestamp. | |
|
Determines the current position in the file | |
|
Reads the size of a file. | |
|
Reads the starting address of a file. | |
|
Reads the timestamp for the specified file. | |
|
Opens a file in the MPFS2 file system. | |
|
Quickly re-opens a file. | |
|
Opens a file in the MPFS2 file system. | |
|
Writes an array of data to the MPFS image. | |
|
Moves the current read pointer to a new location. | |
|
Finalizes an MPFS writing operation. |
Macros
|
Name |
Description |
|
Indicates a position pointer is invalid | |
|
Indicates that a handle is not valid |
Module
Types
|
Name |
Description |
|
MPFS Handles are currently stored as BYTEs |