Re: AppleScript and shell scripting - a starting point
Re: AppleScript and shell scripting - a starting point
- Subject: Re: AppleScript and shell scripting - a starting point
- From: Emmanuel <email@hidden>
- Date: Thu, 26 Jul 2007 18:47:49 +0200
At 5:23 PM +0100 7/26/07, Seth Havens wrote:
Shell scripting isn't so scary!
No, but it's so much slower than an osax!
Here are my results (PBG4) (all measured on 2nd run, to allow for any
loading/caching mechanism):
tell app "Finder" to delete f
-- 66 ms
do shell script "rm" & fx
-- 50 ms
fileremove f -- in Files.osax
-- 2 ms
Emmanuel
_______________________________________________
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