Test File Existence

This action tests whether a specific file exists, to determine whether execution should continue down the current branch or if something else should be done.

Properties

The Test File Existence action can be configured using the following properties:

File Name

The name of the file to look for. The name can be specified in several ways using the Value Selector. The name must be an absolute file name, including the drive name, if any, and the directory path to the file.

If

Specifies the exact condition to test for, either that the "File Exists" or that the "File Does Not Exist". If this condition is satisfied, execution will be affected as indicated by the Do property; if the condition is not satisfied, execution will continue down the current branch.

Do

Determines what happens when the condition and the If property together indicate that execution should not continue down the current branch.

As Specified Under Error Handling

The Error Handling tab specifies in detail what to do.

Skip Following Steps

Execution down the current branch will stop.