printWriter
fun File.printWriter(
charset: Charset = Charsets.UTF_8
): PrintWriter
Returns a new PrintWriter for writing the content of this file.
fun File.printWriter(
charset: Charset = Charsets.UTF_8
): PrintWriter
Returns a new PrintWriter for writing the content of this file.