G
Guest
I am trying to find a solution to the following
I need to write an application (something like a monitor) which will read a big text file and display its contents on a screen
The difficult thing for me is that the file is always used by another application which writes events (string lines) to it. So what my application needs to do is, whenever a new line is added in the file, it must be displayed on the screen
I would appreciate some help
Thanks in advanc
Yiannis
I need to write an application (something like a monitor) which will read a big text file and display its contents on a screen
The difficult thing for me is that the file is always used by another application which writes events (string lines) to it. So what my application needs to do is, whenever a new line is added in the file, it must be displayed on the screen
I would appreciate some help
Thanks in advanc
Yiannis