[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| FCLOSE |
+---------------------------------+
FCLOSE(<expN>)
-----------------------------------
Flushes and closes file or communication port opened with low-level file
function.
Return value - Logical
-----------------------------------
This low-level file function flushes the file with numeric file handle
<expN> to disk and closes it. A file handle <expN> is assigned when the
file is created with the FCREATE() function or when it is opened with
the FOPEN() function. If a communications port was opened with a
low-level command, it may be closed by specifying the file handle
assigned to the port when it was opened.
If the file is successfully closed, FCLOSE() returns the value true
(.T.) and releases the file handle. If the file cannot be closed,
FCLOSE() returns a false value (.F.).
<expN>
File handle assigned to file.
-----------------------------------
See Also: FCHSIZE(), FCOUNT(), FCREATE(), FEOF(), FERROR(), FFLUSH(),
FGETS(), FOPEN(), FPUTS(), FREAD(), FSEEK(), FSIZE(), FWRITE()
-----------------------------------
See Also:
FCHSIZE()
FCOUNT()
FCREATE()
FEOF()
FERROR()
FFLUSH()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson