(I don't see how this could be used maliciously)
I wrote this for someone else, but maybe someone else might find it useful.
It's a class module you can add to your projects to create patch files, and then apply them.
Example: compare 2 files, create a file containing what is different (patch file), then applying that patch file, thus making the 2 files the same (useful for updating your software instead of redistributing entire files).
I wrote it really quickly and didn't test thoroughly so let me know if you come across any bugs.




Reply With Quote
