It's the old blog on blogger platform. There are no updates here.
using (StreamWriter sw = new StreamWriter(dumpFilePath, true, Encoding.ASCII)) { string s="My new line"; sw.WriteLine(); sw.Write(s); sw.Close(); }
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.