G
Guest
I'm trying to read a locked log file with C# but i get an IOExeption telling
me that the file is in use by another process.
Is there a way to read the file?
the file is only 200k so if i cannot read it, is it possible to copy it to a
temp file and then read it?
please show me some examples
Cheers
// Leon
me that the file is in use by another process.
Is there a way to read the file?
the file is only 200k so if i cannot read it, is it possible to copy it to a
temp file and then read it?
please show me some examples
Cheers
// Leon