• 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: Script to Get Finder Selection?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Script to Get Finder Selection?


  • Subject: Re: Script to Get Finder Selection?
  • From: John Delacour <email@hidden>
  • Date: Fri, 1 Aug 2003 14:17:21 +0100
  • Mac-eudora-version: 6.0a29

At 11:35 pm -0400 31/7/03, Jonathan Levi, M.D. wrote:

get selection of application "Finder" as Unicode text

works, but I haven't found any ready way to get a selection containing multiple items.


tell app "Finder"
set ls to {}
repeat with i in (get selection)
set end of ls to i as Unicode text
end
end
ls


-- JD



.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: RE: Numbers in a variable
  • Next by Date: Smile bugs
  • Previous by thread: RE: Numbers in a variable
  • Next by thread: Re: Script to Get Finder Selection?
  • Index(es):
    • Date
    • Thread