Component for searching and deleting files and folder from disk.
Parameter name
Version
Description
Parameter type
Default value
Form field type
Uwagi i ograniczenia
Directory*
1.0.X
Search starting point. Path relative to system home directory.
String
Input field
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
If a file cannot be deleted (eg. user has no rights to delete the file), application continues to run and remaining files are processed.