Reading a file in reverse
So I've got a text file I want to read in reverse line by line which I believe I should be able to do using FileSeek however because I'm reading the file in reverse order how will I know when I've reached the beginning of the file? The end of the file has the EOF marker does the start have something similar?