On Aug 12, 2011, at 3:03 PM, Charles Srstka wrote:

> You could use the copyfile() API. It’s not Cocoa, but it might be a little 
> cleaner than FSCopyObjectAsync.

It appears copyfile() doesn't give progress callbacks during a single file's 
copy?

FSPathCopyObjectAsync isn't too bad. I wrote a wrapper around it which can be 
both synchronous and asynchronous (to the caller), provides status updates on 
bytes and files copied, time remaining, etc, and is cancelable. Internally it's 
not too bad either.



--
Seth Willits



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to