Re: How to speed up execution time of this script
Re: How to speed up execution time of this script
- Subject: Re: How to speed up execution time of this script
- From: "email@hidden" <email@hidden>
- Date: Mon, 9 Aug 2010 10:01:21 -0700
On Aug 9, 2010, at 5:10am, Bert Groeneveld wrote: -- What I want to achieve is getting a list of only those filenames (inside the_ImagePath_folder) that start with a given article number
Try this: set articleNumber to "08" tell application "Finder" to set all_the_Hires_Images to the name of every file of the_ImagePath_folder whose name begins with articleNumber
HTH,
ES |
_______________________________________________
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