G
Guest
I'm using StreamWriter to write to file and at the same time I'm using the
StreamReader to read from the same file.
Doing that cause an exception when I'm trying to create the StreamReader
when the file is already opened fro writing by the StreamWriter.
How can I write and read at the same time to the same file?
StreamReader to read from the same file.
Doing that cause an exception when I'm trying to create the StreamReader
when the file is already opened fro writing by the StreamWriter.
How can I write and read at the same time to the same file?