std.stream.FileStream.Eof - nitrologic/monkey2 GitHub Wiki

std::std.stream.std.stream.FileStream.Eof

Property Eof:monkey:monkey.types.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!