• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Applescript good book? [was: Trying to get folder path of a Finder window]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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: "Giovanni Donelli" <email@hidden>
  • Date: Wed, 16 May 2007 17:36:42 +0200

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: > > 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


  • Follow-Ups:
    • Re: Applescript good book? [was: Trying to get folder path of a Finder window]
      • From: Phil <email@hidden>
  • Prev by Date: Re: Quit-RelaunchFinder ( anErr = -600 procNotFound )
  • Next by Date: Re: Applescript good book? [was: Trying to get folder path of a Finder window]
  • Previous by thread: Re: email verifier
  • Next by thread: Re: Applescript good book? [was: Trying to get folder path of a Finder window]
  • Index(es):
    • Date
    • Thread