Click or drag to resize
FileInfoAppendText Method
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.0
Syntax
public StreamWriter AppendText()

Return Value

Type: StreamWriter
A new StreamWriter
See Also