I have looked for an answer on this forum but haven't found it yet. Please let me know if you can help.
I am trying to create a Hazel rule that will take image files in one directory (let's call it the Landing Zone directory) and, depending on the creation date of each file, move it to another (existing) folder whose name corresponds to the year and month of the file.
Example: File "image.NEF" was created on 9/1/2024. When that file is dropped into the Landing Zone directory, I would like to move it to a subfolder named "2409 RAW" in a different folder tree. The name of the target subdirectory corresponds to the creation date of the file (9/1/2024 vs. 2409). The 2409 RAW subfolder already exists, but if it didn't it would need to be created, again based on the date of the file.
Is this possible without scripting?
Thanks.