• 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: Finder bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder bug


  • Subject: Re: Finder bug
  • From: Michelle Steiner <email@hidden>
  • Date: Fri, 13 May 2005 09:50:42 -0700


On May 13, 2005, at 9:43 AM, Paul Berkowitz wrote:

Basically, what we need is something that lets the Finder coercion 'as alias
list' operate on a list of Finder references, not just on a Finder
reference. I expect that's as difficult (or impossible) as expecting 'whose'
filter clauses to operate on lists... Some day...

Here is a work around; I haven't done any speed tests on it, though:

tell application "Finder"
    set foo to the selection
    repeat with i from 1 to count of foo
        set item i of foo to item i of foo as alias
    end repeat
end tell
foo

-- Michelle

--
If you don't hit any bumps in the road, you're not moving.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: Finder bug (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: Propmpting user to enter Variables
  • Next by Date: Re: Help for mail.app
  • Previous by thread: Re: Finder bug
  • Next by thread: Re: Finder bug
  • Index(es):
    • Date
    • Thread