Folder.ShortName (Property)

The DOS 8.3 name for the folder.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEmyFolder.ShortName

In the Windows environment, even though long file names are used from the user's point of view, at the lowest level within the file system some folders will still be stored under their old style DOS 8.3 format folder names. This property yields the DOS equivalent short folder name for a Folder object.

See also:File.ShortName