In The Hand LtdIn The Hand
WriteAllText Method (file, text, append, encoding)
NamespacesInTheHand.VisualBasic.MyServicesFileSystemProxyWriteAllText(String, String, Boolean, Encoding)
.NET Components for Mobility
Writes text to a file.
Declaration Syntax
C#Visual Basic
public void WriteAllText(
	string file,
	string text,
	bool append,
	Encoding encoding
)
Public Sub WriteAllText ( _
	file As String, _
	text As String, _
	append As Boolean, _
	encoding As Encoding _
)
Parameters
file (String)
File to be written to.
text (String)
Text to be written to file.
append (Boolean)
Whether to append text or overwrite existing text.
encoding (Encoding)
What encoding to use when writing to file.
Remarks

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0