size()

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

Here’s how to use size() function.

f. size()

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:

f.exists()

f.date()

movefile()