C++ FileIO Copy -VS- System("cp file1.x file2.x)

Viewed 20336

Would it be quicker/efficient to write a file copy routine or should I just execute a System call to cp?

(The file system could differ [nfs, local, reiser, etc], however it would always be on a CentOS linux system)

5 Answers
Related