Page 1 of 1
Delete Files/folders
Posted: 19 Jun 2016 06:48
by jcinternetstuff
The ability to delete one folder per action is great but to delete multiple folders per multiple actions is quite a manual task to configure.
It would be great to be able to select multiple folders or files for deletion by only one action.
Thanks.
Re: Delete Files/folders
Posted: 19 Jun 2016 07:51
by Bushmills
You can execute a shell command from an action. rm or rmdir allow a list of files or directories as arguments. Also recursive deletion could be a possibility, though I'm not sure whether your on-board commands already do that, or whether a more complete command set or shell is needed for this.
Re: Delete Files/folders
Posted: 19 Jun 2016 18:51
by Martin
You can use glob patterns to delete multiple folders/files in one action when the names are similar. You can also set a comma separated list of files/folders to delete. Just add a comma as the last character in the field and use the built-in file browser to select the next file.
Re: Delete Files/folders
Posted: 23 Jul 2016 11:50
by jcinternetstuff
Thank you for the reply!