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

file.path


Example

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




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