Std stream filestream length
std:std.stream.FileStream.Length
Property Length:Int#
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.