P
PSiegmann
Hello group,
if I open with streamreader a file to read in that way:
StreamReader sr = new StreamReader(c:\\test.txt,
System.Text.Encoding.GetEncoding(10000));
Is it possible that it can change the file in any way? (Change the
encoding of the actual file as example)
if I open with streamreader a file to read in that way:
StreamReader sr = new StreamReader(c:\\test.txt,
System.Text.Encoding.GetEncoding(10000));
Is it possible that it can change the file in any way? (Change the
encoding of the actual file as example)