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

Syntax

Stream OpenRead()

Return Value

Type Description
Stream A Stream for the file.