SysFileOpenAsyncΒΆ
This function block is used for opening an existing file or creating a new one.
The output is hFile, a handle to the file. A file handle is an identifier for a file and is used as an input for other function blocks.
Input-Variable | Data type | Description |
---|---|---|
stFileName | STRING | Filename |
stMode | STRING | Mode to open the file:
|