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


Click here to return to the 'Create a screenshot and display it immediately' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a screenshot and display it immediately
Authored by: zottel on Jan 06, '06 04:48:46AM
Robg, using
~bin/
in the AppleScript as shown in the hint won't work because ~bin means "the home directory of the user named bin". If you want to access the directory bin in your own home directory,
~/bin/
is correct.

[ Reply to This | # ]