G
[Gho]
Hi
IO open a file steream for reading , but i want this file
to be changed by other application .
I trying the following line code to open it for reading
only :
FileStream Headerfp = new FileStream
(path,FileMode.Open,System.IO.FileAccess.Read);
but now i can't write to this file from other
application , How to open this file for read only and to
be able to write to this file by other application
IO open a file steream for reading , but i want this file
to be changed by other application .
I trying the following line code to open it for reading
only :
FileStream Headerfp = new FileStream
(path,FileMode.Open,System.IO.FileAccess.Read);
but now i can't write to this file from other
application , How to open this file for read only and to
be able to write to this file by other application