File Input and Output Support
Go Up to API Categories Index
This topic lists all routines and variables involved in file IO support.
| Member | Description | 
|---|---|
| Prepares an existing file for adding text to the end. | |
| Associates the name of an external file with a file variable. | |
| Associates the name of an external file with a file variable. | |
| Reads one or more records from an open file into a variable. | |
| Writes one or more records from a variable to an open file. | |
| Terminates the association between a file variable and an external file. | |
| Terminates the association between a file variable and an external disk file. | |
| Deletes a file from disk. | |
| Tests whether the file position is at the end of a file. | |
| Tests whether the file pointer is at the end of a line. | |
| Deletes an external file. | |
| Specifies a write-only text file associated with the process's error output file. | |
| Returns the OS timestamp of a file. | |
| Closes a specified file. | |
| Creates a new file. | |
| Converts an OS timestamp value to a TDateTime value. | |
| Tests whether a specified file exists. | |
| Returns the file attributes of FileName. | |
| Returns an OS timestamp for a specified file. | |
| Reports whether a file is read-only. | |
| Indicates the access mode on typed and untyped files opened by the System.Reset procedure. | |
| Opens a specified file using a specified access mode. | |
| Returns the current file position. | |
| Reads a specified number of bytes from a file. | |
| Searches a specified directory path for a file. | |
| Repositions the read/write point. | |
| Sets the file attributes of a specified file. | |
| Sets the OS timestamp for a specified file. | |
| Sets the file permissions to read-only. | |
| Returns the number of records in a file. | |
| Writes the contents of a buffer to the current position in a file. | |
| Empties the buffer of a text file opened for output. | |
| Returns the status of the last I/O operation performed. | |
| Specifies a read-only text file associated with the processes standard Input file. | |
| Specifies a write-only text file associated with the process's standard output file. | |
| Reads data from a file. | |
| Reads a line of text from a file. | |
| Changes the name of an external file. | |
| Changes a file name. | |
| Opens an existing file. | |
| Creates a new file and opens it. | |
| Moves the current position of a file to a specified component. | |
| Returns the end-of-file status of a file, ignoring whitespace. | |
| Returns the end-of-line status of a file, ignoring whitespace. | |
| Assigns an I/O buffer to a text file. | |
| Deletes all the records after the current file position. | |
| Writes to either a typed file or a text file. | |
| Writes to a text file and adds an end-of-line marker. |