Here’s how to use size() function.
Description:
Get the number of bytes in a file.
Syntax:
f.size()
Note:
The function gets the number of bytes in file f.
Parameter:
|
f |
A file object. |
Return value:
Number
Example:
|
|
A |
|
|
1 |
=file("E://student.splx").size() |
Export “11195” . |
Related function: