vertx / io.vertx.kotlin.core.file / io.vertx.core.file.FileSystem / mkdirAwait

mkdirAwait

suspend fun FileSystem.mkdirAwait(path: String): Unit

Create the directory represented by path, asynchronously.

Parameters

path - path to the file

Return
a reference to this, so the API can be used fluently *

suspend fun FileSystem.mkdirAwait(path: String, perms: String): Unit

Create the directory represented by path, asynchronously.

Parameters

path - path to the file

perms - the permissions string

Return
a reference to this, so the API can be used fluently *