I am trying to create an "Archive" functionality in my downloads folder. This is the rule I have:
- Code: Select all
Date last opened is not in the last 1 week
Date last modified is not in the last 3 days
Move file to folder "Archive"
This works for the most part, however, zip files that get downloaded and unzipped automatically by Safari have their create/modified/opened date set to something else then NOW. Not sure what date is set, but I think it is the date the file was added to the zip.
For example, I just downloaded "Keyboard Maestro" from the website as a zip file. It is the 24th of July. However, after the file is unzipped, Finder shows all the above attributes as 19th of July. Firing the rule to archive, even if it's a new file.
Is there something I can do within Hazel to fix this?