Finder Error when duplicating files and folders???
Finder Error when duplicating files and folders???
- Subject: Finder Error when duplicating files and folders???
- From: Jason Bourque <email@hidden>
- Date: Thu, 24 Jun 2004 15:41:47 -0400
Hello,
I get "Finder got an error: The operation could not be completed." on most
attempts of using this duplication script.
tell application "Finder"
if (exists file vMasterFilePath) and (exists folder vOutputFolder) then
-- update folder vOutputFolder
duplicate file vMasterFilePath to folder vOutputFolder with replacing
end if
end tell
Just so you know I am on OS 10.3.4 and coping to two locations
1. Xserve with OS X SERVER 10.2.8
2. local partitioned drive with a folder on the top level of a disk that has
a system installed.
Any help greatly appreciated.
Jason Bourque
_______________________________________________
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.