I
info
Hi All,
How can i rewind the following sile stream:
TextReader tr = new StreamReader(File.Open(fileName, FileMode.Open));
Is there a dedicated method or shall I close and re-open the file...
Thanks a lot,
Alberto
How can i rewind the following sile stream:
TextReader tr = new StreamReader(File.Open(fileName, FileMode.Open));
Is there a dedicated method or shall I close and re-open the file...
Thanks a lot,
Alberto