readStr

abstract fun readStr(path: String): String

Reads the file at the given path into a UTF-8-encoded string.

Return

a String.

Parameters

path
a fully qualified path.

Throws

if an I/O error occurs.