Re: Applescript good book? [was: Trying to get folder path of a Finder window]
Re: Applescript good book? [was: Trying to get folder path of a Finder window]
- Subject: Re: Applescript good book? [was: Trying to get folder path of a Finder window]
- From: Phil <email@hidden>
- Date: Wed, 16 May 2007 11:56:42 -0400
You absolutely need to think differently (don't get me started on
AppleScript ;-) Check out AppleScript The Definitive Guide by Matt
Neuburg as well as the applescript-users mailing list which is more
appropriate for this subject.
Phil
On May 16, 2007, at 11:36 AM, Giovanni Donelli wrote:
Wouw, thank you so much!
truth to be told I have never really wrapped my mind around
AppleScript.
Can you/anyone suggest a good book about the AppleScript philosophy, I
feel I really need to think differently in order to use it
efficiently.
Once again thank you,
Giovanni
On 5/16/07, John Stiles <email@hidden> wrote:
Try this AppleScript for starters.
tell application "Finder"
repeat with n from 1 to number of windows
display dialog POSIX path of (target of window n as alias)
end repeat
end tell
(I'm no AppleScript guru but I have learned the zen of Google and
I like
to experiment ;) )
Giovanni Donelli wrote:
> Dear OS X Gurus,
> I would like to get from the Finder the list of the windows
> (folder) opened and their relative path.
>
> is that possible? I think the solution probably would rely on
> AppleScript, however I haven't been able to figure out if this is
> possible, or not.
>
> Any idea? any AppleScript master could advice?
>
> Thank you,
> Giovanni
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
40blizzard.com
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
40comcast.net
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden