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