std.stream.FileStream.Length - nitrologic/monkey2 GitHub Wiki
std::std.stream.std.stream.FileStream.Length
monkey:monkey.types.Int
Property Length:Current filestream length.
The length of the filestream. This is the same as the length of the file.
The file length can increase if you write past the end of the file.