FileSystem.FolderExists() (Method)

A means of testing for the existence of a folder.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyFileSystem.FolderExists(aName)
Argument list:aNameThe name of a folder to be tested for existence

You can test for the existence of a folder within the file system with this method.