Delete a set of files/directories.
Table 1. Input properties for the Delete Files and Directories stepName |
Type |
Description |
Required |
Base Directory |
String |
The root directory where deletions would be done. |
Yes |
Include |
String |
A new line separated list of file/directory patterns to delete. Example **/* |
Yes |
Exclude |
String |
A new line separated list of file/directory patterns to exclude. Example **/*.txt |
No |
Follow Symlinks |
Boolean |
Check here if you want to follow symlinks when deleting. |
No |
Case Sensitive |
Boolean |
Check here if you want matching to be case sensitive. |
No |