writeUtf8

suspend fun AsyncFs.writeUtf8(file: File, excl: OpenExcl?, appending: Boolean, text: String): File(source)
inline suspend fun AsyncFs.writeUtf8(file: File, excl: OpenExcl?, text: String): File(source)

An asynchronous version of io.matthewnelson.kmp.file.writeUtf8.

See also