Opens the file for reading as text. If it does not exist, an exception will be thrown.
- Namespace
- Statiq
.Testing - Containing Type
- TestFile
- Implements
Syntax
public TextReader OpenText()
Return Value
Type | Description |
---|---|
TextReader | A TextReader for the file. |