-

File Access

The following functions/function blocks for file access operations are available:

Function blockShort description
FILE_CLOSECloses a file.
FILE_OPENOpens/creates a file.
FILE_READReads data from a file.
FILE_REMOVEDeletes a file.
FILE_SEEKMoves the current file pointer to a new position.
FILE_TELLDetermines the current position of the file pointer in a file.
FILE_WRITEWrites data to a file.