Error -15266
Error -15266
- Subject: Error -15266
- From: Luther Fuller <email@hidden>
- Date: Mon, 28 Apr 2008 10:20:24 -0500
New Mac Mini running with 10.5.2 and already I've got problems with
AppleScript.
Here the code ...
try
duplicate objectRef to projectFolder with replacing
on error errText number errNr
-- temporary diagnostic here
my remove(objectRef) -- from Temporary Items folder
error "(at duplicate)" & return & errText number errNr
end try
Where 'objectRef' is an alias to the Temporary Items folder created by
this code ...
set tempRef to (path to temporary items) as alias
set objectRef to (POSIX path of tempRef) & projectName & ".app" as
POSIX file
... lots more stuff here
return objectRef as alias
and as text equals ...
"OS_X:private:var:folders:ki:kiuKs3kDEQyc5IM+B4We8k++
+TI:TemporaryItems:Script Bundle Tool.app:"
The error is -15266
The operation could not be completed because
some items had to be skipped. "Script Bundle
Tool.app"
The TemporaryItems folder contains the Script Bundle Tool.app (because
I Canceled at temporary diagnostic), but it is non-functional with a
-5000 error.
My list of suspicions is growing, but before doing anything, I need to
know more details about the -15266 error.
I hope someone knows !!!!
_______________________________________________
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