FileSystem.Exists(String) Method

Top 

Description

Returns 1 if the specified file or directory exists on the host computer.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

FileSystem.Exists(

String path)

 

 

Arguments

path


Description:

The path to the file or directory whose existence is to be returned.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the specified file or directory exists on the host computer.

 

Syntax

myVariable1 = FileSystem.Exists(myString1);

 

 

See also

FileSystem Object

Interfacing with Files Guide