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: