suspend fun FileSystem.mkdirAwait(path: String): Unit
Suspending version of method io.vertx.core.file.FileSystem.mkdir
path to the file
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.
suspend fun FileSystem.mkdirAwait(path: String, perms: String): Unit
Suspending version of method io.vertx.core.file.FileSystem.mkdir
the permissions string
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.