Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Or use Folder Actions' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Or use Folder Actions
Authored by: mrchaotica on Jun 25, '04 09:44:16PM

Hey, thanks! I'd been approximating this behavior with a cron job:

$ crontab -l
0 1 * * * mv ~/Desktop/* ~/tmp/TO\ BE\ FILED/

(note: the command activates only once per day, at 1AM)

But this is much better, since it uses system events rather than polling.



[ Reply to This | # ]