B
Bala Nagarajan
Hello,
I am trying to read a file that is being written by another process
but i always get the exception "The process cannot access the file
"filename" because it is being used by another process." How do i
simantenously read a file from c# that is written by another process? ( i
also tried to use FileShare.Read option while opening the file for reading
but with no luck!)
Also I am displaying the contents of the file in GUI as it is being writen
by another process? What is the best way to acheive this?
Thanks
Bala
I am trying to read a file that is being written by another process
but i always get the exception "The process cannot access the file
"filename" because it is being used by another process." How do i
simantenously read a file from c# that is written by another process? ( i
also tried to use FileShare.Read option while opening the file for reading
but with no luck!)
Also I am displaying the contents of the file in GUI as it is being writen
by another process? What is the best way to acheive this?
Thanks
Bala