Article / Updated 03-26-2016
Ah, copying a file — something so simple, it happens all the time. Copy this file there; copy that file here. But what exactly takes place when you copy a file? You actually create a new file, and fill it with the same contents as the original file. And how do you do that?
Well, it sounds like you have to read each and every byte from the first file, and write it to the second.