Skip to content

Std stream filestream eof

std:std.stream.FileStream.Eof

Property Eof:Bool#

True if no more data can be read from the stream.

You can still write to a filestream even if Eof is true - disk space permitting!