Return to Snippet

Revision: 35428
at November 8, 2010 09:24 by darxkies


Initial Code
string bookResult = "xxx";
string FileName = "data/" + isbn + ".xml";
System.IO.File.WriteAllText(FileName, bookResult);

Initial URL


Initial Description
example is .xml to be saved under folder "data"

Initial Title
save string to file

Initial Tags
file

Initial Language
C#