New in version 28 Syntax
<Result> = fClose(<File used>)
<Result>: Integer
- 0 is the external file is closed,
- -1 if an error occurred. To get more details on the error, use ErrorInfo with the errMessage constant. fClose throws an error if the file is not opened.
<File used>: Integer or DiskFile variable
Remarks
Closing a file opened several times
The same file can be opened several times simultaneously. Each version of the file must be closed individually via its own identifier.
Business / UI classification: Business Logic