xpfOpenFile
FUNCTION xpfOpenFile(fileName : STRING; accessCode : STRING) fileId : INTEGER;
This function opens the specified named file fileName and returns an identifier of the open file or a zero when the function fails . Update mode permits reading and writing the same file. The function xpxFlushFile or xpxSetFileBytePointer function must be called between a read an and a write operation or vice versa.
Arguments
Type | Name | Comment | ||||||||||||||||
STRING | fileName | Path to the file | ||||||||||||||||
STRING | accessCode | The accessCode is one of the following strings:
|
Return Value
Type | Name | Comment |
INTEGER | fileId | comments |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.