suspend fun FileSystem.createTempDirectoryAwait(prefix: String): String
Suspending version of method io.vertx.core.file.FileSystem.createTempDirectory
prefix
- the prefix string to be used in generating the directory's name; may be null
Return
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.
suspend fun FileSystem.createTempDirectoryAwait(prefix: String, perms: String): String
Suspending version of method io.vertx.core.file.FileSystem.createTempDirectory
prefix
- the prefix string to be used in generating the directory's name; may be null
perms
- the permissions string
Return
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.
suspend fun FileSystem.createTempDirectoryAwait(dir: String, prefix: String, perms: String): String
Suspending version of method io.vertx.core.file.FileSystem.createTempDirectory
dir
- the path to directory in which to create the directory
prefix
- the prefix string to be used in generating the directory's name; may be null
perms
- the permissions string
Return
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.