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


Click here to return to the 'Full paths in AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Full paths in AppleScript
Authored by: Anonymous on May 13, '05 01:48:29PM

tell application "Finder" to set mac_path to (home as string)
tell application "Finder" to set unix_path to (do shell script "echo $HOME")


[ Reply to This | # ]