Delete
Delete activity is used for deleting file or folder. File or folder that Delete activity delete cannot be recovered and cannot be found in the Recycle Bin.
| *File name | The file name or the folder name with path. |
Note: * Fields selected with are required, others are optional.
File name example for folders
You can use the folder path as shown in the example.
C:TempTest
All files/folders in the folder will be processed collectively:
C:Temp*
File name example for files
You can use the file path as shown in the example.
Full name for specific file:
C:TempTest.xlsx
Files that start with the initial letter a in the folder and have an extension .txt are processed in batches:
C:Tempa*.txt
All files in the folder with extension .xlsx are processed in batch:
C:Temp*.xlsx
All files in the folder will be processed in batch:
C:Temp*.*
All files/folders in the folder will be processed collectively:
C:Temp*