File Exists Activity

Description

Determines whether a file exists on the server.

Usage

A workflow could use the File Exists activity to verify temporary files were succesfully created with the Write File or Write File Bytes activity.

Inputs

Path

Required

Type: String

The path of the file to verify on the server.

Outputs

exists

Type: Boolean

The result - indicates whether the file exists on the server.

Properties

For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.

Connectivity Requirements

This activity does not work when the device has intermittent connectivity to the network.

See also...

The File.Exists(String) method.