I am sorting a lot of files into complex hierarchy of subfolders. More specifically:
I am using automation and scripts to export a lot of logos from Illustrator into different formats. For each master logo I will create 84 files. There are 119 master logos, making for just under 10,000 files.
I have a Hazel rule (actually a few rules) to sort the 84 files into the correct hierarchy of folders. Let's call this Rule 1.
I have a hazel rule that can sort any number of files into subfolders for each master logo. For example, If I feed it all 9,996 files (assuming they are properly named) this rule will sort everything into 119 folders of 84 files. Let's call this Rule 2.
What I would like is a way to run Rule 1 on the subfolders created by Rule 2. Is that possible?