Description
String. Returns the short path used by programs that require the earlier 8.3 file naming convention. Read-only.
Syntax
file.shortPath
Example
f = new File("c:\\demo\\ A demo file.txt");
trace(f.shortPath);
//output: c:\demo\ADEMOF~2.TXT