Return to Snippet

Revision: 3052
at May 29, 2007 04:23 by miklophone


Initial Code
set theUnixPath to "/Users/Shared/"
(POSIX file theUnixPath) as string
--> "Macintosh HD:Users:Shared:"

set theMacOSXPath to "Macintosh HD:Users:Shared:"
POSIX path of theMacOSXPath
--> "/Users/Shared/"

Initial URL
http://applescriptsourcebook.com/viewtopic.php?pid=46908

Initial Description

                                

Initial Title
Unix/HFS path conversion

Initial Tags

                                

Initial Language
AppleScript