Page 1 of 1

Removing files with common file name element

Posted: 18 Feb 2009, 20:13
by overcanada
I would like to remove files in a folder that all have a common text string within the file name. the text string 'thumbnail' is common to all files that I want to delete
Example:
myphoto-thumbnail.jpg
vacation2-thumbnail.gif
I have played with all manor of *thumbnail.* combinations but I cannot make it work. What should I do?

Re: Removing files with common file name element

Posted: 18 Feb 2009, 21:07
by Administrator
You only need a inclusive file filter with the text:

*thumbnail*

Also make sure the option "Ignore wildcards..." is deactivated.