I have a log file that puts the most recent record at the bottom of the file. Each line is delimited by a \r\n
Does anyone know how to seek to the end of the file and start reading backwards?
Does anyone know how to seek to the end of the file and start reading backwards?
Comment