blah blah blah is here! blah blah » Close

0
votes
1 answers

C# Read Last line from changing file.

Hello. How can I read last line of file that is being changed every 300ms? This is log from game. I need to read every line that is added to this file. Game saves this file every time the new line appears. This file is preety big. So ho ...

Feedback