I have a folder, which we will call 'A', which is the folder that Hazel is being run on, full of folders with subfolders.
I want Hazel to search through to the subfolders of folder 'B', which is any folder in A.
As "folder dive" as my top rule, i am trying to find folders in A that contain type .filetypex, i then want to take the highest parent folder and move it to some other folder 'F'
im going to try and make it make sense below.
- Code: Select all
-A
--B
--subfolder1
--subfolder2
--subsubfolder
-- somefile.filetypex
--subfolder3
now, F contains 'B' and is moved out of A
- Code: Select all
-F
--B
--subfolder1
--subfolder2
--subsubfolder
-- somefile.filetypex
--subfolder3
can someone please help me achieve this ? I can further explain any nonsensical terms. Thanks !