J
Jeff
I'm using a FileStream, and a StreamReader to read a file. When I open
the file I need to get to the bottom of the file and read some data
about the contents of the file, and then go back to the top and
process through the file (line by line using StreamReader.ReadLine).
Is there any easy way to do this? Can I open the file from the bottom
or anything like that?
jeffpriz
the file I need to get to the bottom of the file and read some data
about the contents of the file, and then go back to the top and
process through the file (line by line using StreamReader.ReadLine).
Is there any easy way to do this? Can I open the file from the bottom
or anything like that?
jeffpriz