Page 1 of 1
Re: Run AppleScript at specific time

Posted:
Tue Mar 05, 2013 12:55 pm
by a_freyer
What is the order of your rules for this particular folder?
Can you type out your timing rule so that we can see it? Like this:
- Code: Select all
if (all) of the following conditions are met for (the file or folder being processed):
…
Do the following to the matched file or folder:
…
Re: Run AppleScript at specific time

Posted:
Tue Mar 05, 2013 1:54 pm
by a_freyer
Hmm. I think your basic assumptions are all correct. I'm not sure why this isn't functioning properly... I'll continue to investigate.
Re: Run AppleScript at specific time

Posted:
Tue Mar 05, 2013 2:12 pm
by a_freyer
The only thing I might suggest is to order the rules chronologically, but I'd be surprised if that is the solution.
Re: Run AppleScript at specific time

Posted:
Tue Mar 05, 2013 2:20 pm
by a_freyer
I'm not sure it really matters where time-based rules go except if you'd like your actions to run on the folders themselves.
As far as your bonus question - no, folder order doesn't really effect anything.
Re: Run AppleScript at specific time

Posted:
Tue Mar 05, 2013 4:48 pm
by Mr_Noodle
Did you check the logs? Perhaps the rules are running but your script has an error.