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.
Supported Environments
Environments capable of running this activity
Server
|
Client |
|||
Geocortex Web |
Geocortex Mobile |
Geocortex Viewer for HTML5 |
Web AppBuilder |
|
---|---|---|---|---|
|
|
|
|
|
Offline Support
This activity does not work when the device is offline.
See Also...
The File.Delete(String) function.