I have a few different Hazel rules that I am having trouble with and I am hoping someone has a suggestion. I am falling into a forever loop with the rule I have now.
The rules monitor a folder called "Action"
• looks for a Image or a PDF type file (if Kind is Image or if Kind is PDF)
• it also looks to make sure the file is not "brand new" (if Date Last Modified in not in the last 1 minute)
• if found then it runs an my AppleScript.
The Applescript takes the image or PDF and modifies it, creates a temporary file in the same location as the original file (in other words in the Action folder), then takes that file and modifies it again and creates a final PDF. Again the final PDF (the output PDF) is in the same folder as the original (the Action folder). The Applescript works OK when run as a stand alone script or app.
How can I get Hazel to ignore the temporary file and to ignore the output file for this one rule? I need the output file in the Action folder when done so it is available for a separate Hazel rule.
I tried "Ignore" but that only seems to work when it is the only item Action. And then it doesn't run my Applescript. I searched thru the forums for items related to "ignore" but I did not find a post that might help.
Is this possible?
Thank you!