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
/
mkdir2
mkdir2
@
JvmOverloads
suspend
fun
AsyncFs
.
mkdir2
(
dir
:
File
,
mode
:
String
?
,
mustCreate
:
Boolean
=
false
)
:
File
(
source
)
An asynchronous version of
io.matthewnelson.kmp.file.mkdir2
.
See also
with
AsyncFs.
mkdir2Async
mkdir2