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