Click or drag to resize

FileInfoAppendText Method (Encoding)

Creates a StreamWriter that appends text to the file represented by this instance of the FileInfo.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public StreamWriter AppendText(
	Encoding encoding
)

Parameters

encoding
Type: System.TextEncoding
The character Encoding to use.

Return Value

Type: StreamWriter
A new StreamWriter
See Also