Re: 9.2.2 Update effects on applescript
Re: 9.2.2 Update effects on applescript
- Subject: Re: 9.2.2 Update effects on applescript
- From: John <email@hidden>
- Date: Mon, 10 Dec 2001 17:12:04 -0500
I'm new to the list and fairly new to AppleScript so please forgive this
if it has been dealt with already.
The following piece of code, versions of which appear in a number of our
scripts, no longer works since updating to 9.2.2, but still works on
machines running 9.2.1 and 9.1. If I record this action under 9.2.2 it
generates the same non-working code.
tell application "Fetch 3.0.3"
activate
copy remote file "web.log" to beginning of alias "Hard Drive:"
end tell
The Execution error message under 9.2.2 is:
"Fetch 3.0.3 got an error: A descriptor type mismatch occurred."
Any thoughts on what has changed under 9.2.2 and how I can fix the
scripts that use this type of construct?
Thanks in advance,
John