/
xpxOpenFile
xpxOpenFile
FUNCTION xpxOpenFile(fileName, accessCode : STRING; VAR fileId : INTEGER) status : INTEGER;
This function opens the specified named file. 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. See also xpfOpenFile.
Arguments
Type | Name | Comment |
STRING | fileName | Full file path |
STRING | accessCode | One of the following strings:
|
INTEGER | fileId | An identifier of the open file or a zero when the function fails in the fileId argument. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
xpfOpenFile
xpfOpenFile
More like this
xpxWriteFile
xpxWriteFile
More like this
xpxFlushFile
xpxFlushFile
More like this
xpxSetFileBytePointer
xpxSetFileBytePointer
More like this
xpxReadFile
xpxReadFile
More like this
xpxFilePrintf
xpxFilePrintf
More like this