
Here's what I want to do:
1. When I take a screenshot on my Mac, I want to file it in a folder on my Desktop called "Screen Shots" (which may or may not exist)
2. When a screenshot in that folder is older than 1 hour, I want to move it to the trash
3. When the "Screen Shots" folder on my Desktop is empty, I want to delete it
This seems trivial, but I can't for the life of me get it to work. Here is what I have currently:
Folder in left Sidebar: Desktop
Rule 1: File Screenshots
If (all):
Name contains "Screen Shot"
Kind is Image
Sort into Subfolder with pattern "Screen Shots"
Rule 2: Remove Screen Shots Folder
If (all):
Kind is Folder
Name is "Screen Shots"
Size is 0 bytes
Move to folder "Trash"
Rule 3: Run Rules on Screen Shots Folder
If (all):
Kind is Folder
Name is "Screen Shots"
Run rules on Folder Contents
Rule 4: Remove Old Screenshots
If (all):
Name contains "Screen Shot"
Date Created is not in the last 1 Hour
Move to folder "Trash"
For whatever reason, this set up of rules doesn't do what I need.
Can anyone help?
Thanks!