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