2.
Oct 23, 2007 10:38 PM

in response to:
mdawson
Re: Automatically Delete Old Files in Directory
Unfortunately, Automator (at least as of 10.4; maybe it'll be different in 10.5) lacks any direct ability to either select files based on date or to delete files. However, you can use Automator to run shell scripts, so a solution is possible.
I wrote up what I did in
this macosxhints.com hint. It's not necessarily for a Terminal beginner, though it's really not bad. There are also some alternatives in the comments, one of which, Hazel, is a pure GUI solution that helps you create actions for folders to run automatically.
Either the linked hint or Hazel should help you accomplish what you want to do.
-rob.