/ Published in: C#
example is .xml to be saved under folder "data"
Expand |
Embed | Plain Text
string bookResult = "xxx"; string FileName = "data/" + isbn + ".xml"; System.IO.File.WriteAllText(FileName, bookResult);
You need to login to post a comment.
