|
|
|
|
Functions for handling directories and external files (prefix syntax)
The following functions are used to handle external files, using prefix syntax:
| | | Resizes an external file. | | Closes an external file. | | Returns the name of an external file currently open. | | Finds a character string or a buffer in a file opened by fOpen. | | Entirely or partially locks an external file. | | Reads:- a block of bytes (characters) in an external file (ANSI or Unicode),
- the content of an external file (ANSI or Unicode) and assigns it to a memory area.
| | Reads a line from an external file (ANSI or UNICODE). | | Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable. | | Gets and sets current position in an external file. | | Returns the size of a file (in bytes). | | Entirely or partially unlocks an external file. | | Writes:- a character string into an external file.
- a memory section.
| | Writes a line into a text file (ANSI or UNICODE). |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|