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