Click or drag to resize
FileOpenText Method (String)
Opens an existing NativeMethods.DefaultFileEncoding encoded text file for reading.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static StreamReader OpenText(
	string path
)

Parameters

path
Type: SystemString
The file to be opened for reading.

Return Value

Type: StreamReader
A StreamReader on the specified path.
See Also