Re: Interrupt copyItemAtPath
Re: Interrupt copyItemAtPath
- Subject: Re: Interrupt copyItemAtPath
- From: Sherm Pendley <email@hidden>
- Date: Sun, 7 Nov 2010 16:37:19 -0500
On Sun, Nov 7, 2010 at 4:09 PM, gMail.com <email@hidden> wrote:
> I have checked FSCopyObjectAsync and the copy works well.
> I can get my callback function called so I can observe the working progress
> as the kFSOperationBytesCompleteKey and kFSOperationTotalBytesKey and get
> the kFSOperationStageComplete status. Well.
>
> But I can't figure out yet how to interrupt the copy.
The first argument you pass to FSCopyObjectAsync() is an
FSFileOperationRef that you created with FSFileOperationCreate(). Pass
that same FSFileOperationRef to FSFileOperationCancel().
sherm--
--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden