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

folder.shortPath


Example

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




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