VFileInfo.AppendText Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
AppendText()
Method returns an instance of the StreamWriter for the file.
Declaration
public StreamWriter AppendText()
Returns
Type | Description |
---|---|
StreamWriter | An instance of the StreamWriterfor the file. |
Remarks
Returned instance of the StreamWriter uses UTF-8 character encoding.