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