Re: Script to Get Finder Selection?
Re: Script to Get Finder Selection?
- Subject: Re: Script to Get Finder Selection?
- From: "Jonathan Levi, M.D." <email@hidden>
- Date: Sun, 3 Aug 2003 14:45:56 -0400
JD: Belated thanks for your elegant, laconic and fast-moving script
to get the Finder's selection. It's apparently not affected by
altering the selection while the script is running, as some had
feared. --Jonathan
John Delacour wrote:
tell app "Finder"
set ls to {}
repeat with i in (get selection)
set end of ls to i as Unicode text
end
end
ls
Thanks also to Matthew, Marc, and others for their solutions and opinions.
_______________________________________________
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.