Hello,
What's the best way to seek to a certain delimiter character or string within a file?
I need to do this repeatedly, "jumping" from one occurance of the string to the next.
I know these strings will be somewhere towards the end of the file. Do I have to read from the begining, line by line until I encounter these delims?