4
Answers

Monitoring a text file with C#

nam.tran

nam.tran

19y
2k
1
I'd like to be able to 'monitor' a text file that gets constantly appended to by another application so that I can use the updated text from the text file in my C# application whenever it does get updated. Any suggestions on how to do this?
Answers (4)