Is there a framework in macOS that I can use to programmatically copy files and get a progress bar the same as copying files from Finder?
Alternatively, I can do the copy using cp
or filesystem APIs and use NSProgressIndicator
to implement the progress bar.