Page 1 of 1
select all files containing (
Posted: 29.02.2020, 21:53
by mgroen
In a folder containing different files I would like to delete all files which contain parenthesis ( in the file name.
What is the best way to select/filter this?
Thanks,
Re: select all files containing (
Posted: 01.03.2020, 01:19
by Dreamer
Use quick filter (Ctrl+Y) and select all items (Ctrl+A), or - if you need to delete files in multiple folders, you can use search dialog (Ctrl+F) and export all items to file panel (Ctrl+E).
Re: select all files containing (
Posted: 01.03.2020, 16:05
by mgroen
Dreamer wrote: 01.03.2020, 01:19
Use quick filter (Ctrl+Y) and select all items (Ctrl+A), or - if you need to delete files in multiple folders, you can use search dialog (Ctrl+F) and export all items to file panel (Ctrl+E).
OK, thanks