next up previous contents
Next: shortPath Up: Properties Previous: path   Contents

shortName

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




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