VFile.AppendText Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
AppendText(String)
Method returns an instance of the StreamWriter
that appends data to the file identified by the path
.
Declaration
public static StreamWriter AppendText(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path of the file. |
Returns
Type | Description |
---|---|
StreamWriter | An instance of the StreamWriter
for a file identified by the |
Remarks
Returned instance of the StreamWriter uses UTF-8 character encoding.