Monitoring a text file with C#
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?