Description
String. Returns the short path used by programs that require the earlier 8.3 file naming convention. Read-only.
Syntax
folder.shortPath
Example
f = new Folder("c:\\program files");
trace(f.shortPath);
//output: c:\PROGRA~1