Re: URL Access problems
Re: URL Access problems
- Subject: Re: URL Access problems
- From: Arthur J Knapp <email@hidden>
- Date: Fri, 17 Aug 2001 10:21:08 -0400
>
Date: Thu, 16 Aug 2001 14:47:15 -0600
>
From: Doug McNutt <email@hidden>
>
Subject: Re: URL Access problems
>
> tell application "URL Access Scripting"
>
> (download u to scratch with replacing and progress)
>
> end tell
>
(download u to file scratch with replacing and progress)
>
... This natural English stuff is not quite
>
what it's cracked up to be. I long for a more C-like way.
You just have to use parantheses to show the damn compiler
who's boss:
tell application "URL Access Scripting"
download (u) to (file_spec) replacing (true) progress (false)
end tell
;-)
Arthur J. Knapp
http://www.stellarvisions.com
mailto:email@hidden
Hey, check out:
http://www.AppleScriptSourceBook.com