Following are functions relating to file operations:
Closes a file. |
|
Copies a file or group of files. |
|
Deletes a file. |
|
Checks for the end of a file. |
|
Checks if a file exists. |
|
Finds a file that matches a specified search criteria. |
|
Closes a find (started with FileFind) that did not run to completion. |
|
Gets the time on a file. |
|
Creates a file path string from individual components. |
|
Opens or creates an ASCII file. |
|
Prints a file on a device. |
|
Reads characters from a file. |
|
Reads a block of characters from a file. |
|
Reads a line from a file. |
|
Renames a file. |
|
Prints a rich text file. |
|
Seeks a position in a file. |
|
Sets the time on a file. |
|
Gets the size of a file. |
|
Splits a file path into individual string components. |
|
Writes characters to a file. |
|
Writes a block of characters to a file. |
|
Writes a line to a file. |
See Also