Issue With OS8.6 to Panther Server
Issue With OS8.6 to Panther Server
- Subject: Issue With OS8.6 to Panther Server
- From: "Pepper, Rick G" <email@hidden>
- Date: Mon, 27 Oct 2003 12:53:29 -0600
If anyone on this list is running Panther Server, and has OS8.6 - 9.2.2
workstations hitting it, please try the following to help confirm a bug we
believe we're seeing:
Try doing an AppleScript-initiated copy from one location on Panther server
to another, with the script running on an OS8.6 - 9.2.2 workstation. A
script such as:
Tell app "Finder"
copy file "Server:Folder:file name" to folder "Server:Other Folder"
end
The error we see is "Error -50 loc 10", pretty much without fail, on
certain machines. Under OS9.2.2 we're running AppleScript 1.8.3, on OS8.6
we're using 1.4.
However this does work:
Tell app "Finder"
duplicate file "Server:Folder:file name" to folder "Server:Other Folder:"
end
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.