• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Url Access Scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Url Access Scripting (From: Carl Anderson <email@hidden>)
 >Re: Url Access Scripting (From: Wayne Melrose <email@hidden>)
 >Re: Url Access Scripting (From: Carl Anderson <email@hidden>)

  • Prev by Date: Re: Address Book scripting bug
  • Next by Date: Re: Url Access Scripting
  • Previous by thread: Re: Url Access Scripting
  • Next by thread: Re: Url Access Scripting
  • Index(es):
    • Date
    • Thread