FileIsEOF()

Determines whether Lucee has reached the end of the file while reading it.

FileIsEOF( file=any );

Returns: Boolean

Argument Description
file
any, required

The file object.

Alias: source, filePath

Examples

There are currently no examples for this function.

See also