Skip navigation.
 
mlRe: FSCopyObjectASync callback handler
FROM : Jordan Krushen
DATE : Sun Aug 06 03:39:44 2006

On 8/5/06, Mike Abdullah <mike.<email_removed>> wrote:
> Does anyone here know how to use the callback method for
> FSCopyObjectASync in Cocoa?  I thought it would be as easy as
> creating a function in my controller like so:


[Note: FSCopyObjectAsync is Carbon, not Cocoa.  Carbon-dev may prove
more useful for help with this.  As they say here, "Please keep this
relevant to Cocoa."]

I haven't used FSCopyObjectAsync before, but I did a search in Xcode
for it;  the very first hit in the list is a link to sample code:
  http://developer.apple.com/samplecode/FSFileOperation/listing1.html

Assuming the sample code works, differences between it and your own
should be enlightening.

A google search for FSCopyObjectAsync also brings up this past thread
on Cocoa-dev, which eventually derailed and invoked moderation:
  http://www.cocoabuilder.com/archive/message/cocoa/2005/5/13/135732

HTH,

J.

Related mailsAuthorDate
mlFSCopyObjectASync callback handler Mike Abdullah Aug 6, 01:36
mlRe: FSCopyObjectASync callback handler Jordan Krushen Aug 6, 03:39
mlRe: FSCopyObjectASync callback handler Mike Abdullah Aug 6, 10:45
mlRe: FSCopyObjectASync callback handler John Stiles Aug 6, 17:42
mlRe: Re: FSCopyObjectASync callback handler Michael Ash Aug 6, 19:31
mlRe: FSCopyObjectASync callback handler Mike Abdullah Aug 6, 22:10
mlRe: Re: FSCopyObjectASync callback handler Michael Ash Aug 6, 22:46
mlRe: FSCopyObjectASync callback handler Rosyna Aug 6, 23:35
mlRe: FSCopyObjectASync callback handler Mike Abdullah Aug 7, 13:22