File Manipulation
Includes functions for file manipulation.
FileClose Function
Closes a file on the host system.
FileOpen Function
Opens a file on the host system.
FileReadLine Function
Returns the next line of a file on the host system.
FileReadValue Function
Reads structured data, for example, a
4Test
record, directly from a file on the host system.
FileSetPointer Function
Sets the read/write position (in characters, not bytes) in an open file.
FileWriteLine Function
Writes a line of text to a file on the host system.
FileWriteValue Function
Writes structured data, for example a
4Test
record, directly to a file on the host system.
IniFileClose Function
Closes an initialization (.ini) file on the host system.
IniFileGetValue Function
Retrieves a value from an open initialization (.ini) file on the host system.
IniFileOpen Function
Opens an initialization (.ini) file on the host system.
IniFileSetValue function
Changes a value in an open initialization (.ini) file on the host system.
IsFileRemote Function
Tests whether a file handle points to a target (remote) machine.
SYS_FileClose Function
Closes a file on the target machine.
SYS_FileOpen Function
Opens a file on a target machine.
SYS_FileReadLine Function
Returns the next line of a file from a target machine.
SYS_FileReadValue Function
Reads structured data, for example a
4Test
record, directly from a file on a target machine.
SYS_FileSetPointer Function
Sets the read/write position (in characters, not bytes) in an open file on a target machine.
SYS_FileWriteLine Function
Writes a line of text to a file on the target machine.
SYS_FileWriteValue Function
Writes structured data, for example a
4Test
record, directly to a file on a target machine.
SYS_IniFileClose Function
Closes an initialization (.ini) file on a target machine.
SYS_IniFileGetValue Function
Retrieves a value from an open initialization (.ini) file on the target machine.
SYS_IniFileOpen Function
Opens an initialization (.ini) file on the target machine.
SYS_IniFileSetValue Function
Changes a value in an open initialization (.ini) file on the target machine.
Parent topic:
Functions