Hi
My images are ordered on the disk in the following structure
Images/YYYY/MM/YYYYMMDD/image.CR2
I thought I could write a rule that would scan the CF card (EOS Digital) for new files, then copy them to the correct folder based on their Date Created - so as I write this, it should be...
Images/2014/05/20140501/_MG_1234.CR2
I have written a Hazel rule:
If "any" of the following conditions are met
"Kind" "is" "Canon Camera Raw File"
"Run rules on the folder contents"
"Copy" to folder "Images" (don't copy if duplicate)
"Sort into subfolder" with pattern "date created" (YYYY/MM)/"date created" (YYYYMMDD)
It doesn't work and I assume it is because of the last line, where I am trying to put the files in sub-sub folders. Is my syntax woefully out?
TIA
Richard