next up previous contents
Next: size Up: Properties Previous: shortName   Contents

shortPath

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




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