kmp-file
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-file
async
/
io.matthewnelson.kmp.file.async
/
writeUtf8
write
Utf8
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
with
AsyncFs.
write
Utf8Async
write
Utf8