Page 1 of 1

Folders get moves that shouldn't be moved

PostPosted: Mon Jan 07, 2019 5:56 am
by koyera
Hello,

I have created a rule for Wordpress downloads. Very simple, everything that contains either "wp", "wordpress", "theme" or "plugin" needs to be moved to the Wordpress download folder I created. For some reason, it also moves files that don't contain any of those words. Any idea what I'm doing wrong? I have also tried the contains rule, but it doesn't work either.

https://imgur.com/a/qI3sJxm

Re: Folders get moves that shouldn't be moved

PostPosted: Mon Jan 07, 2019 12:09 pm
by Mr_Noodle
I think you want something more like:
Code: Select all
   If (all) are met
      If (any) are met
         Kind is Archive
         Kind is Folder
      If (any) are met
         Contents contain wp
         Contents contain wordpress
         Contents contain theme
         Contents contain plugin

Give that a try and report back.