Function FClose() Foundation
Closes an open binary file.
FClose( <nHandle> ) --> lError
The return value of FClose() is .T. (true) when a file was closed, otherwise it is .F. (false).
The low level file function FClose() closes a file previously opened with the function FOpen() or FCreate(). FClose() causes all of the buffers belonging to the file to be written to the file (hard disk, diskette). If this write operation fails, FClose() returns the value .F. (false). The cause of error can be determined using the function FError().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.