std.stream.FileStream.Eof - nitrologic/monkey2 GitHub Wiki
std::std.stream.std.stream.FileStream.Eof
monkey:monkey.types.Bool
Property Eof: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!