Directory Exists Activity

Description

Determines whether a directory exists on the server.

Usage

A workflow could use the Directory Exists activity before creating temporary files there with the Write File or Write File Bytes activity.

Inputs

Path

Required

Type: String

The path of the directory to verify on the server.

Outputs

exists

Type: Boolean

The result - indicates whether the directory 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 Directory.Exists(String) method.