E
Ed
I have a text file I'm trying to read from with a streamreader. The
problem is that the first character is an eof character and is fooling
the streamreader into thinking there is no more data to read. How can
I programatically delete this first character out of the text file if I
can't even read past it? Or how can I read the text file even with this
character in the file?
Thanks
Ed
problem is that the first character is an eof character and is fooling
the streamreader into thinking there is no more data to read. How can
I programatically delete this first character out of the text file if I
can't even read past it? Or how can I read the text file even with this
character in the file?
Thanks
Ed