Lucee Function Reference
Function FILEISEOF
Determines whether Lucee has reached the end of the file while reading it.
Example
fileiseof(any source):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
source | any | Yes | The file object. |