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: ceesaxp on Fri, May 2 2008 at 10:23PM PDT
Well, I suppose (have not tried) that launchd when calling whatever.sh would be passing it each item one-by-one (i.e. calling it several times if multiple items were added). In case of /bin/sh they will be known to shell script as $1, and then will be passed over to AppleScript. So, you should have all the same (or similar) info and control, no?

[ Reply to This | # ]