Description
Integer. Returns the size of the file. Read-only.
Syntax
file.size
Example
f = new File("c:\\demo\\A demo file.txt"); trace(f.size); //output: 7