OpenText() Method
Opens the file for reading as text. If it does not exist, an exception will be thrown.
Namespace
Statiq.Common
Containing Type
IFile

Syntax

TextReader OpenText()

Return Value

Type Description
TextReader A TextReader for the file.