appendUtf8
@JvmName(name = "appendUtf8To")
Writes the full contents of text to the file. If the file exists, all new text will be appended to the end of the file.
Return
The File for chaining operations.
Parameters
excl
The OpenExcl desired for this open operation. If null
, then OpenExcl.MaybeCreate.DEFAULT will be used.
text
to write to the file.
See also
Throws
UnsupportedOperationException
On Kotlin/JS-Browser.