inline fun Path.readText(charset: Charset = Charsets.UTF_8): String
Converts Path.readAllBytes to a string using the given charset.