Re: Move cursor with Applescript
Re: Move cursor with Applescript
- Subject: Re: Move cursor with Applescript
- From: Yvan KOENIG <email@hidden>
- Date: Sat, 3 Apr 2010 23:23:03 +0200
Hello
If like me you are not fluent with Unix pathnames, you may use this script to get the HFS pathname :
set unixPath to "/usr/local/bin" tell application "System Events" path of disk item unixPath end tell
It will return : "Macintosh HD:usr:local:bin:"
usr is a hidden folder at the root of the startup volume.
Yvan KOENIG (VALLAURIS, France) samedi 3 avril 2010 23:22:59
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden