← Return to the list of applications
If you have a problem understanding how the action works, check: Automatic tasks, Conditional execution, Components params
Basic information
Category: Tools
Available from version: 1.0.X
Description
Component for searching and deleting files and folder from disk.
Parametry konfiguracyjne
Parameter name | Version | Description | Parameter type | Default value | Form field type | Uwagi i ograniczenia |
---|---|---|---|---|---|---|
Directory* | 1.0.X | Search starting point. Absolute path. | String | Input field | Available tags: {PWFL_HOME}, {WORKING_DIRECTORY}. | |
Filename* | 1.0.X | Regex filename filter. | String | Input field | Keep in mind that you have to escape special regex characters. Eg. searching for ".docx", filter value should be ".*\.docx" (backslash before literal dot character). | |
Search in subdirectories* | 1.0.X | Search all subdirectories of "Directory" for matching files and folders. | Boolean | Dropdown list |
* - required
Configuration example
Change log
1.0.x
- Add component