DeleteFolder

Description

This activity deletes a folder in a specific path.


Misc

Path InArgument<String> REQUIRED

The path of the activity you want to delete.


Settings

ClearFolderContents InArgument<Boolean>

Default: false. If it is set to false the activity won't delete any directory if they have some contents inside. You can delete a folder without caring about its contents by setting to true this argument.