openReader

abstract fun openReader(path: String): Reader

Opens a Reader over the contents of the file at the given path.

Return

A Reader over the contents of the target file.

Parameters

path

Relative path to the file that will be opened.

Throws

If the file at path does not exist.