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

path

Description

String. Returns the path for a specified file, folder. Read-only.


Syntax

folder.path


Example

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




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