Create Directory Activity

Description

The Create Directory activity creates an empty directory on the server.

Usage

The Create Directory activity could be used to create a new directory to organize files created with the Write File activity.

Inputs

Path

Required

Type: String

The path of the directory to create on the server

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

Attempting to create a directory using an invalid path will fail.

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