Encoding?

  • Thread starter Thread starter Jacek Jurkowski
  • Start date Start date
J

Jacek Jurkowski

FileStream fS = new FileStream(someFile,true,Encoding.Default);
fS.Write("List`1 pWpisy");

The only string written to a file is "List". I think
that ' is some special char so how to write whole
such string to a file?
 
Back
Top