Question Read file

jamie_pattison

Well-known member
Joined
Sep 9, 2008
Messages
116
Programming Experience
Beginner
I have a streamreader reading a file. What i would like to do is for the streamreader to read the file to the end (so sr.readtoEnd) when it reaches the last line of the file i would like to retrieve that value.

How could this be done?

Thanks
 
Back
Top