← Return to the list of applications
If you have a problem understanding how the action works, check: Automatic tasks, Conditional execution, Components params
Category: Tools
Available from version: 1.0.41
Component for searching and deleting files and folder from disk.
Parameter name | Version | Description | Parameter type | Default value | Form field type | Uwagi i ograniczenia |
---|---|---|---|---|---|---|
Path relative to home directory* | 1.0.41 | Search starting point. Path relative to system home directory. | String | \ (Windows) / (Linux) | Input field | |
Filename* | 1.0.41 | Regex filename filter. | String | Input field | Keep in mind that you have to escape special regex characters. Eg. searching for all files with ".docx" extension, filter value should be ".*\.docx" (backslash before literal dot character).
Special characters that need to be escaped with a backslash:
| |
Search in subdirectories* | 1.0.41 | Search all subdirectories of "Path relative to home directory" for matching files and folders. | Boolean | Dropdown list |
* - required
If a file cannot be deleted (eg. user has no rights to delete the file), application continues to run and remaining files are processed.
if both files within a directory and the directory itself meet filter criteria - application will remove files first and next if directory will be empty - it will be also removed.
1.0.41
- Add component
1.0.X
- Parameter name change
Add Comment