1 2 3 4 5 6 7 |
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/" |
1 2 3 4 5 6 7 |
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/" |