...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxOpenFile(fileName, accessCode : |
...
STRING;
VAR fileId : INTEGER)
status : INTEGER;
|
This function opens the specified named file fileName and returns an identifier of the open file or a zero when the function fails in the fileId argument.
The accessCode is one . 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 | |
AccessCode | Definition | |
r | One of the following strings: |
...
| wt |
| a |
|
|
|
| b |
|
...
INTEGER |
...
fileId | An identifier of the open file or a zero when the function fails in the fileId argument. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|