how to read a file, that has already been opened for writing?

  • Thread starter Thread starter Alex Sidorov
  • Start date Start date
A

Alex Sidorov

for example, one application is writing some binary data to a file, and I
need to read the data at the same time. I tried to use FileGet and
BinaryReader, but they all say "End Of File" when I call them, meanwhile the
size of the file to read from is not zero.
 
Back
Top