Click or drag to resize

FileInfoCreateText Method

Creates a instance that writes a new text file.

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

Return Value

Type: StreamWriter
A new StreamWriter
See Also