root/branches/hackathon-mt/plagger/bin/spotlight_comment.scpt

Revision 179 (checked in by miyagawa, 3 years ago)

Publish::Spotlight now checks if Mac::Glue is installed and fallbacks to osascript. Fixes #67

Line 
1 on run argv
2    tell application "Finder"
3      set comment of ((POSIX file (item 1 of argv)) as file) to (item 2 of argv)
4      return
5    end tell
6 end run
Note: See TracBrowser for help on using the browser.