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 is written. |
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
File name example for files
You can use the file path as shown in the example.
Full name for specific file:
C:\Temp\Test.xlsx
Files that start with the initial letter a in the folder and have an extension .txt are processed in batches:
C:\Temp\a*.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\*