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

folder.shortName


Example

f = new Folder("c:\\program files");
trace(f.shortName);
//output: PROGRA~1




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