In The Hand LtdIn The Hand
OpenTextFileWriter Method (file, append)
NamespacesInTheHand.VisualBasic.MyServicesFileSystemProxyOpenTextFileWriter(String, Boolean)
.NET Components for Mobility
Opens a StreamWriter.
Declaration Syntax
C#Visual Basic
public StreamWriter OpenTextFileWriter(
	string file,
	bool append
)
Public Function OpenTextFileWriter ( _
	file As String, _
	append As Boolean _
) As StreamWriter
Parameters
file (String)
File to be written to.
append (Boolean)
Specifies whether to append to or overwrite information in the file.
Return Value

[Missing <returns> documentation for "M:InTheHand.VisualBasic.MyServices.FileSystemProxy.OpenTextFileWriter(System.String,System.Boolean)"]

Remarks

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