Description
Integer. Returns the size, in bytes, of all files and subfolders contained in the folder. Read-only.
Syntax
folder.size
Example
f = new Folder("c:\\program files"); trace(f.size); //output: 847435821