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.
Â