kotlin.io.java.io.File.appendText

appendText

fun File.appendText(
    text: String, 
    charset: Charset = Charsets.UTF_8)

Platform and version requirements: JVM

Appends text to the content of this file using UTF-8 or the specified charset.

登录查看完整内容