Re: Url Access Scripting
Re: Url Access Scripting
- Subject: Re: Url Access Scripting
- From: Axel Luttgens <email@hidden>
- Date: Wed, 29 Dec 2010 11:46:25 +0100
Le 29 déc. 2010 à 04:14, Carl Anderson a écrit :
>
> [...]
>
> that has suddenly, with the upgrade from OS X 10.4 to OS X 10.6, stopped working
Hello Carl,
How did it stop working? Which precise error message?
For example, this one works as expected here:
tell application "URL Access Scripting"
download "http://www.apple.com/"; to file "Boot:Users:luttgens:Desktop:apple"
end tell
as well as this one:
tell application "URL Access Scripting"
download "http://www.apple.com/"; to POSIX file "/Users/luttgens/Desktop/apple"
end tell
The same way, Christopher's suggestion works as well:
tell application "URL Access Scripting"
download "http://www.apple.com/"; to "/Users/luttgens/Desktop/apple"
end tell
and even that one:
tell application "URL Access Scripting"
download "http://www.apple.com/"; to "Boot:Users:luttgens:Desktop:apple"
end tell
but I would prefer to have the application's dictionary explicitely state "file specification, or posix path or hfs path to a file", or something along those lines...
Anyway, URL Access Scripting seems to be fully functional here (on 10.6.5), hence my initial question.
HTH,
Axel
_______________________________________________
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