fun Path.forEachLine(charset: Charset = Charsets.UTF_8, action: (line: String) -> Unit): Unit
Delegates to kotlin.io.forEachLine.