kmp-file
Toggle table of contents
0.6.0
common
jsWasmJs
jvm
native
Target filter
common
jsWasmJs
jvm
native
Switch theme
Search in API
Skip to content
kmp-file
async
/
io.matthewnelson.kmp.file.async
/
AsyncFs
/
mkdir2Async
mkdir2Async
common
jsWasmJs
jvm
native
expect
inline suspend
fun
File
.
mkdir2Async
(
mode
:
String
?
,
mustCreate
:
Boolean
=
false
)
:
File
(
source
)
Syntactic sugar. To be used with
AsyncFs.with
.
See also
with
mkdir2
actual
inline suspend
fun
File
.
mkdir2Async
(
mode
:
String
?
,
mustCreate
:
Boolean
)
:
File
(
source
)
actual
inline suspend
fun
File
.
mkdir2Async
(
mode
:
String
?
,
mustCreate
:
Boolean
)
:
File
(
source
)
actual
inline suspend
fun
File
.
mkdir2Async
(
mode
:
String
?
,
mustCreate
:
Boolean
)
:
File
(
source
)