Network file copy- 10.1
Network file copy- 10.1
- Subject: Network file copy- 10.1
- From: Craig D Sutherland <email@hidden>
- Date: Tue, 9 Oct 2001 14:55:33 -0500
Since upgrading to OS 10.1, an OS X application script which copied a
series of files from a OS 10.0.4 machine to a OS 9.1 machine over a LAN
has broken. There are several changes with 10.1 that give me some ideas,
but no answers. Script Editor 1.7 no longer gives the option of saving a
script as either a classic or OS X application. In 10.1, Appleshare is
now at least GUI protocol- legacy machines on a network are now visible
as well as 10.1 machines being visible the legacy systems. Also, the
Open Dictionary menu command provides a list of scriptable apps, showing
only one Finder, where two were shown before.
Mount volume in the StandardAddtions.osax appears to be the same and
function the same. However moving files from a 10.1 machine to a 9.1
machine must need different reference parameters than on 10.0.4.
Tell application "Finder"
move file "MyMac:Users:Me:Documents:afile" to "LanMac:Documents:"
end tell
-worked when saves as an OS X application. It does not now.
Any ideas?
Craig Sutherland