Folder.Type (Property)

The folder object type.

Availability:

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

This is used as a way to determine the type of an object when Folder objects are mixed with File objects in a collection obtained from a Folder or FileSystem.

Folder objects should return a type value of "File Folder".

See also:File.Type

Property attributes:

readonly