Is it possible to read a file as lines are written to it but not lose your location in the file?
As in there is a program that will write lines of text to a file until it reaches 2.4MB. I want to read this file as these lines of text are added but not start at the top each time.
Is this possible?
TJ