Lucee Function Reference
Function FILEREADLINE
Reads a line from an file.
Example
filereadline(any fileObj):string
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 object |