Hello,
I'm looking for a .Net assembly that's able to compare 2 files and generate a third file (the delta patch file) representing the differences between the first 2.
The same assembly then, should be also able to apply the patch to the first file and obtain the second file. I.e.
file2 - file1 = delta_file
file1 + delta_file = file2
Does such a library exist?
Thank you.




Reply With Quote