inline fun Path.readAllLines(charset: Charset = Charsets.UTF_8): List<String>
Delegates to Files.readAllLines.