I was wondering, is there a best practice to write an OSX programm that copies or moves a file from one place to another?
- is there some NSSomething method I can call?
- Do I have to work with Input/Output streams?
- Or is the best way maybe to just rely on passing commands to the finder?
Bonus question: How do I get percentages a la "copy 12% complete" with one of these methods?
Thanks for your help!