Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Use launchd to replace folder actions' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Use launchd to replace folder actions
Authored by: sderman on Fri, Apr 25 2008 at 1:11PM PDT
Note, if you use QueueDirectories, then you must empty the directory.

If you use WatchPaths instead, then launchd will fire when a file changes in the directory:
<key>WatchPaths</key>
<array>
<string><path to some dir></string>
</array>



[ Reply to This | # ]