04-07-2012, 03:55 PM
Well, to read the contents of a file, you need to use this code:
So you could use that to find where the differences are. And then I'm guessing you can just use a StreamWriter to write them all back into the file.
Code:
IO.File.ReadAllBytes("file path here")
So you could use that to find where the differences are. And then I'm guessing you can just use a StreamWriter to write them all back into the file.