Encoding?

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top