Re: Script to Get Finder Selection?
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.