Question

I am trying to perform a low-level file copy but also display my progress using a determinate progress bar. Is there any way I can do this? I have looked on many mail archives, and one blog post explaining on how to do it in carbon which didn't work for me.

Was it helpful?

Solution

There's a nice article about this on the Cocoa Is My Girlfriend blog titled "Cocoa Tutorial: File Copy With Progress Indicator". It's pretty straightforward, as the article says, but not obvious or well-documented.

OTHER TIPS

Check this project out, I created it to help people that are struggling with this issue as I once did. Is not perfect but is a start, you can build on top of it.

https://github.com/larod/FileCopyDemo

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top