Delete Directory Activity

Description

Deletes a directory (and its contents) on the server.

Usage

A workflow could use the Delete Directory activity to clean up a temporary directory created by the Create Directory activity.

Inputs

Path

Required

Type: String

The path of the directory to delete on the server.

The file system or network path must be valid and the server administrator must configure the appropriate permissions to allow deletion of the directory.

Attempting to delete a directory that does not exist will result in no action being taken.

Outputs

This activity has no outputs.

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.Delete(String) method.