Delete File Activity

Description

Deletes a file on the server.

Usage

A workflow could use the Delete File activity to clean up any temporary files created by the Write File or Write File Bytes activities.

Inputs

Path

Required

Type: String

The path of the file 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 file. Attempting to delete a file that does not exist 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 File.Delete(String) method.