Lucee Function Reference
Function FILECLOSE
Closes an file that is open.
Example
fileclose(any fileObj):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
fileObj | any | Yes | The file to close. |