next up previous contents
Next: parentPath Up: Properties Previous: isRootFolder   Contents

name

Description

String. Sets or returns the name of a specified file or folder.


Syntax

folder.name


Example

f = new Folder("c:\\demo");
trace(f.name);
//output: demo




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