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!