P Peter Duniho May 7, 2007 #2 How can I save a string as a text file to disk? Click to expand... http://msdn2.microsoft.com/en-us/library/6ka1wd3w.aspx
How can I save a string as a text file to disk? Click to expand... http://msdn2.microsoft.com/en-us/library/6ka1wd3w.aspx
R Rene Pilon May 7, 2007 #4 Use the TextWriter class. See http://msdn2.microsoft.com/en-us/library/system.io.textwriter.aspx Regards, Rene Pilon
Use the TextWriter class. See http://msdn2.microsoft.com/en-us/library/system.io.textwriter.aspx Regards, Rene Pilon
? =?ISO-8859-1?Q?G=F6ran_Andersson?= May 7, 2007 #5 ad said: How can I save a string as a text file to disk? Click to expand... If you are using framework 2.0, you can use the File.WriteAllText method.
ad said: How can I save a string as a text file to disk? Click to expand... If you are using framework 2.0, you can use the File.WriteAllText method.