In The Hand LtdIn The Hand
WriteAllText Method (file, text, append)
NamespacesInTheHand.VisualBasic.MyServicesFileSystemProxyWriteAllText(String, String, Boolean)
.NET Components for Mobility
Writes text to a file.
Declaration Syntax
C#Visual Basic
public void WriteAllText(
	string file,
	string text,
	bool append
)
Public Sub WriteAllText ( _
	file As String, _
	text As String, _
	append As Boolean _
)
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.
Remarks

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