Delete File or Folder
UiPath.FTP.Activities.Delete
Description
Removes a specified file from an FTP server. This activity only works if it is placed inside a With FTP Session scope activity.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Windows - Legacy configuration
Designer panel
- File or folder to delete - The path of the file or folder that is to be removed from the FTP server. This field supports only
Stringvariables.
Properties panel
Common
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
Input
- File or folder to delete - The path of the file that is to be removed from the FTP server. This field supports only
Stringvariables.
Misc
- Continue on error - This field only supports boolean values (True, False). The default value is False. As a result, if this field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Windows, Cross-platform configuration
Designer panel
- File or folder to delete - The path of the file or folder that is to be removed from the FTP server. This field supports only
Stringvariables.