JasonDBurke
Programmer
I'm a currently reading a log using the Delphi I/O functions that work with the TextFile variable. Because the log is dynamic in nature, on a one second timer iteration I check the file size and see if it has changed. If it is larger then I need to reset the cursor to begin reading again starting where the previous EOF was. How do I accomplish this with a TextFile?? It seems that TextFile does not like Seek or FileSeek and Reset is used for structure sizes. All I want to do is reposition where I previously left off.
Thanks,
Jason
Thanks,
Jason