1
Answer

C# writing to a specific byte in a binary file

Ask a question
jim

jim

17y
3.5k
1
how do i write to a overwrite a specific byte in a binary file? i looked around, but i couldn't figure it out.

i figured out how to write to the file, but it write it at the beginning of the file, is there anyway to write it in the middle of the file? or a specified location?

Answers (1)