http://qs321.pair.com?node_id=58441


in reply to del files that is 7 days or older

Since it appears you are using a *nix system, why not try:
find DIRECTORY_HERE -mtime +7 | xargs rm -f
This would work great from either command line or a cronjob

- oakley
Embracing insanity - one twitch at a time >:)