get length of file

WAZUMBi

Well-Known Member
Licensed User
Longtime User
I want to randomaly access lines in a file with RandomAccess but before I do that I need to know how long it is so I can get the max position limit.

Is there a way to get the length of a file without having to load it into a list from the list.size?
 
Top