| File: AppendText |
Opens a file to be written to starting at the end of the file.
Public Function AppendText( ByVal Path As String ) As StreamWriter
The StreamWriter uses a UTF8Encoding declared as Cor.NewUTF8Encoding(False, True).
Project VBCorLib Overview | Class File Overview | StreamWriter