set/find original folder of alias
set/find original folder of alias
- Subject: set/find original folder of alias
- From: Bert Groeneveld <email@hidden>
- Date: Wed, 15 Sep 2010 17:14:02 +0200
How can I speed up this script? The more files inside myFolder, the slower the script.
tell application "Finder" if class of myFolder is alias file then set myFolder to original item of myFolder -- 0.01 sec if myFolder is empty, but 5 secs. if myFolder contains 7000 images end if end tell |
_______________________________________________
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