Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

AppleScript code to get the value of the home folder using "path to" and "home folder" (See related posts)

This is a AppleScript code snippet to get the path value of the home folder (e.g, "iBook Hard Drive:Users:stevejobs:").

set myPath to (path to home folder) as string
display dialog "myPath is " & myPath

Comments on this post

paynito posts on Mar 07, 2007 at 15:39
path to home folder

You need to create an account or log in to post comments to this site.


Related Posts