Is it possible to write (Append - No Overwrite) to an existing binary file.
I have to open a file in read write mode and then randomly write byte arrays to it at the position I specify in the file.
I am from a Java Background and I use RandomAccessFile in Java to accomplish this, but C# left me nowhere without such inbuilt functions.
Any other workaround or solution would be highly appreciated.
-Adil.