file.size
Syntax
- i = file.size(<f>)
Get the size of a file.
If no argument is provided, then returns the size of the last opened file. If a file pointer is provided, then returns the current size of that file. If a string is provided, then returns the size of that file name, or zero if a file of that name was not found.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Aug 13, 2024 |