FileInformation.FileExists

Syntax

FileInformation.FileExists

Data Type

Boolean

Purpose

Returns True if a file exists and is accessible at the path specified for this FileInformation object. This property is not cached. TestStand attempts to locate the file on disk every time you call this property.

Remarks

Use this property to determine whether you can use the other properties and methods on the FileInformation object.

See Also

FileInformation