Re: Error -15266
Re: Error -15266
- Subject: Re: Error -15266
- From: Philip Aker <email@hidden>
- Date: Mon, 28 Apr 2008 08:47:19 -0700
On 08-04-28, at 08:20, Luther Fuller wrote:
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 !!!!
I had some reasonably similar experiences with the change to Leopard.
First of all, with respect to security, things are tightening up all
over the place and this is reflected in permissions. Secondly, I
started using 'path to "utmp"' for temporary items and that was a help
in a few places.
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
Sent from my SE/30
_______________________________________________
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
References: | |
| >Error -15266 (From: Luther Fuller <email@hidden>) |