Given Monitored folder: Downloads
Given Target folder: Downloads\1FONTS
Given file Kind: TrueType Font (TTF)
The goal is:
- IF the Monitored folder root contains file of desired Kind: Move to Target folder. <-- easy peasy
AND
- IF a Subfolder Structure of Monitored folder contains AT LEAST file of Kind, Move Subfolder Structure and ALL of its contained files to Target folder. (I.e. not just the Kind (TrueType font) used for detection. They usually include a license file, sometimes examples, images, etc.)
Ex:
- Downloads\font1.ttf -> 1FONTS\.ttf <-- no problem
- Downloads\
----SomeFontPackage -> 1FONTS\SomeFontPackage (and all files and folders below it)
-------License.txt
-------TheFontFolder
-----------font2.ttf
- I can do the root Monitored folder files of Kind, no problem.
- I can grab *just* the files of Kind, and move their directory structure, into FONTS fine. The problem arises with the associated files in the structure.
The closest I've gotten is the rule below, which I created reading the Nested rules documentation. (Before, I had tried various combinations of "Go into subfolders" but never seemed to get it right. Either I matched nothing, matched all folders, and just made a general mess of things.

So I hope I've done my homework, and didn't miss some clearly similar question asked somewhere. I appreciate any and all help!


(Image link doesn't seem to be populating so I'm posting a separate link here: https://www.dropbox.com/s/ut5140w861z6t ... -adfja.png