> Am 02.03.2015 um 10:27 schrieb Marnaud <[email protected]>: > > Greetings, > > Where is the error codes list for the MacFileOperationMBS class? The > documentation only mentions some users are reporting an error code -50 when > reusing the class. I'm getting an error code -1 (the copy doesn't run at > all), with this call: CopyObject(Source,Target,"",2,1); both items are valid > (Target is the file itself, not the parent folder; Source is a file)
-1 is general error for plugin. you get it if * source or dest is nil * The object is already in use for another operation (Handle not zero) * The function is not available, e.g. Windows or Linux * The plugin can't get the FSRef for folderitems. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
