Purpose
Open the specified file.
Calling Sequence
int far pascal MFS_OPEN(pszName, pulSize) char far * pszName; unsigned long far * pulSize;
Where
pszName
Returns
If no error is detected, a zero error code is returned. If an error is detected, a non-zero error code is returned.
Remarks
Only one file at a time will be opened by this call. The drive will always be the boot drive.
The current file position is set to the beginning of the file.