next up previous contents
Next: path Up: Properties Previous: name   Contents

parentPath

Description

String. Returns the folder object for the parent of the specified file or folder. Read-only.


Syntax

folder.parentPath


Example

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




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