size()

Read(1819) Label: length of a file, size,

Here’s how to use size() function.

f .size()

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:

f.exists()

f.date()

movefile()