Low-Level File Functions
These functions make it possible for you to manipulate files and communication ports at a low level. Low-level file functions should be used carefully, especially when manipulating table files. Before using these functions, test them on sample files before using them on files that contain important data.
Use |
To |
---|---|
Change the size of a file opened with a low-level file function. |
|
Flush and close a file or communication port opened with a low-level file function. |
|
Create and open a low-level file. |
|
Determine whether the file pointer is positioned at the end of a file. |
|
Return a number corresponding to the most recent low-level file function error. |
|
Flush to disk a file opened with a low-level function. |
|
Return a series of bytes from a file or a communication port opened with a low-level file function until it encounters a carriage return. |
|
Open a file for use with low-level file functions. |
|
Write a character string, carriage return, and line feed to a file opened with a low-level file function. |
|
Return a specified number of bytes from a file opened with a low-level function. |
|
Move the file pointer in a file opened with a low-level file function. |
|
Write a character string to a file opened with a low-level file function. |
|
Return the number of bytes in the header of the current or specified table file. |