File Tools Function Blocks
This section documents function blocks that can be applied to files.
Name |
Description |
---|---|
Closes an open file. |
|
Copies a file's contents to a new file. |
|
Removes a file from the file system. |
|
Test if the end of the file is reached in a file that is open for reading. |
|
Tests if a file exists. |
|
Create or open a file in append mode. |
|
Open a file for reading. |
|
Create or reset a file and open it for writing. |
|
Read binary data from a file. |
|
Reads a string value from a text file. |
|
Renames a file. |
|
Sets the current position in an open file. |
|
Gets the size of a file. |
|
Write binary data to a file. |
|
Writes a string value to a text file. |