Possible Duplicate:
Read file which is in use?
I have a such situation/question:
- One txt file opened at present time by some program. This program writes some log stuff into file.
- My C# program should open that file in read-only mode but access should be silent and should not block access to file.
What C# function(s) could help me?
Thanks in advance.