source

open suspend override fun source(path: Path): Source(source)

Opens a source to read from the specified file path.

Return

A buffered source for reading from the file.

Parameters

path

The file path from which the source will be opened.