In native C#, how can I read from the end of a file?
This is pertinent because I need to read a log file, and it doesn\'t make sense to read 10k, to read the last
Take a look at this related question's answer to read a text file in reverse. There is a lot of complexity to reading a file backward correctly because of stuff like encoding.