Thread-topic: Copying large files with progress indicator
User-agent: Microsoft-Entourage/11.2.5.060620
> 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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden