Blogpad
Notepad on-line
Thursday, July 9, 2009
Writing text lines to a file
using (System.IO.StreamWriter sw = new System.IO.StreamWriter(@"c:\TestFile.txt", true))
{
sw.WriteLine(rawString);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment