next up previous contents
Next: subFolders Up: Properties Previous: shortPath   Contents

size

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




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.