Re: Copying large files with progress indicator
Re: Copying large files with progress indicator
- Subject: Re: Copying large files with progress indicator
- From: Scott Ribe <email@hidden>
- Date: Mon, 31 Jul 2006 11:32:09 -0600
- Thread-topic: Copying large files with progress indicator
> So basically what I am asking is, what is the best strategy for
> copying large files in Cocoa and providing full progress feedback and
> the ability to cancel the operation? (Without resorting to an NSTask
> also!)
There really isn't a Cocoa option. You'd have to write a lower-level copy
function yourself, probably having it use performSelectorOnMainThread to
post updates back to the UI. Fortunately, the myriad details you'd need to
take care of when copying a file are handled in sample code. Look for
MoreFilesX, specifically FSCopyObject...
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden