J
Joe
I am using a 3rd party app that is constantly writing to a text log
file. I would like to monitor that file with another app, but I keep
getting the dreaded "in use" error when I try to read the file.
I have tried using the "FileMode.Open, FileAccess.Read,
FileShare.ReadWrite" parameters of the FileStream Object, but still no
luck.
Anybody know of a solution?
Thanks!
file. I would like to monitor that file with another app, but I keep
getting the dreaded "in use" error when I try to read the file.
I have tried using the "FileMode.Open, FileAccess.Read,
FileShare.ReadWrite" parameters of the FileStream Object, but still no
luck.
Anybody know of a solution?
Thanks!