Re: Can't get finder selection
Re: Can't get finder selection
- Subject: Re: Can't get finder selection
- From: Kurt Klamp <email@hidden>
- Date: Mon, 21 Jan 2008 18:58:48 +0100
Am 21.01.2008 um 18:49 schrieb Skeeve:
So whi is it that
tell application "Finder"
get first item of (selection as list)
end tell
works and
tell application "Finder"
get first item of (selection)
end tell
gives an error "item 1 of selection can't be read" (or whatever it
is in english).
Seems its involved in the recently discussed 'get' issue.
This works
tell application "Finder"
get first item of (get selection)
end tell
Kurt
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden