FileSystem.FileExists() (Method)

A means of testing for the existence of a file.

Availability:

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

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