f. size()

Read(1600) Label: length of a file, 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()