blah blah blah is here! blah blah » Close

2
votes
1 answers

Overwrite part of existing Binary File

if I have a existing binary file of 20 bytes, and I want to replace (over-write) portion of that file, say 4 bytes, from index 10 to index 13, how could I do that? I understand that FileMode.Append could be used, but it always append at ...

Feedback