Re: Error -10000 for one user
Re: Error -10000 for one user
- Subject: Re: Error -10000 for one user
- From: Yvan KOENIG <email@hidden>
- Date: Tue, 19 Apr 2016 10:26:46 +0200
Hello
Maybe I got it. In your script I read :
tell application "Finder" duplicate file thisItem to thePath end tell
but thePath is defined as a string.
Maybe the problem will be solved if you edit the code as :
tell application "Finder" duplicate file thisItem to folder thePath end tell
On my mac running 10.11.4, both work flawlessly but I'm not sure that every system accept the first syntax which ask the Finder to duplicate a file in a string.
Yvan KOENIG running El Capitan 10.11.4 in French (VALLAURIS, France) mardi 19 avril 2016 10:26:17
|
_______________________________________________
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