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!)

About this user

Lee Enricoso

« Newer Snippets
Older Snippets »
1 total  XML / RSS feed 

AppleScript code to get the value of the home folder using "path to" and "home folder"

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
« Newer Snippets
Older Snippets »
1 total  XML / RSS feed