Workspace 6.21.5
|
Deletes on or more files or directories that match a regular expression. If requested, the operation can operate recursively, and on hidden / system items.
Inputs: | |||
---|---|---|---|
Directory | QString | ||
Regular expression | QString | ||
Delete files | bool | ||
Delete empty directories | bool | ||
Delete directories containing items | bool | ||
Process recursively | bool | ||
Process hidden items | bool | ||
Process system items | bool | ||
Preview only (don't actually delete) | bool | If enabled, the operation will simply print the list of items that it would delete. This allows the user to "preview" the delete operation that would take place if this input were disabled. |