G
Guest
Hi,
I have noticed that File.ReadAllText prevents other processes from writing
to the file while reading. It seems like the FileShare enum is set to Read
rather than ReadWrite. This is a bug in my opinion.
/m
I have noticed that File.ReadAllText prevents other processes from writing
to the file while reading. It seems like the FileShare enum is set to Read
rather than ReadWrite. This is a bug in my opinion.
/m