Duplicate: Is there a O(1) way in windows api to concatenate 2 files?
I want to concatenate two files but without appending one to another by reading the first one then write it to the end of the second one.
Is it possible?
I know how NTFS works , is it possible to simply link the last chunk of one file to the first chunk of the second file?
