• 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: Very slow AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Very slow AppleScript


  • Subject: Re: Very slow AppleScript
  • From: Christopher Stone <email@hidden>
  • Date: Fri, 01 Mar 2013 10:23:41 -0600

On Mar 01, 2013, at 06:32, Shane Stanley <email@hidden> wrote:
set theItems to items of SelectedFldr
______________________________________________________________________

Hey Folks,

When speed is at issue you should never use Finder references if avoidable.

In a Finder-Tell block where the contents of the folder (<alias>) in question is only 30 items.

items of <alias>

--> 0.3212 sec

items of <alias> as alias list

--> 0.0393 sec

Big difference.

--
Best Regards,
Chris

 _______________________________________________
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

References: 
 >Re: Very slow AppleScript (From: "emile.a.schwarz" <email@hidden>)
 >Re: Very slow AppleScript (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: Very slow AppleScript
  • Next by Date: Re: Scripting a pause for user input in PS CS6
  • Previous by thread: Re: Very slow AppleScript
  • Next by thread: Re: Very slow AppleScript
  • Index(es):
    • Date
    • Thread