Page 1 of 1

multiple file names in one rule

PostPosted: Mon Sep 28, 2015 6:05 pm
by 2kvfr800
I want to make a rule that will MOVE a file from my Downloads folder, to the destination folder if any of multiple words in the file name exist. example,

Downloads folder
file = movie
file name contains any of the following words :"one, two, three" etc..
Action= move to destination folder.

Is this possible? or do i have to make a separate rule for each word?
is their a separator that I can use that will define that if ANY of the words are matched it will move the file?

Thanks in advance!

Re: multiple file names in one rule

PostPosted: Tue Sep 29, 2015 11:31 am
by Mr_Noodle
You can create a nested condition by holding down the option key while clicking the + button to create a new condition. There you can have an ANY within a bunch of ALL conditions.

Re: multiple file names in one rule

PostPosted: Tue Sep 29, 2015 2:12 pm
by 2kvfr800
Mr_Noodle wrote:You can create a nested condition by holding down the option key while clicking the + button to create a new condition. There you can have an ANY within a bunch of ALL conditions.


Thank you!