Click or drag to resize

FileInfoOpenText Method

Creates a StreamReader with NativeMethods.DefaultFileEncoding encoding that reads from an existing text file.

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

Return Value

Type: StreamReader
A new StreamReader with NativeMethods.DefaultFileEncoding encoding.
See Also