File:isEOF

Edit

Returns whether the end of file has been reached. When true, File:read will no longer return data.

eof = File:isEOF()

Arguments

None

Returns

NameTypeDescription
eofboolean Whether the end of the file has been reached.

See also