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

createTempDirectoryAwait

suspend fun FileSystem.createTempDirectoryAwait(prefix: String): String

Suspending version of method io.vertx.core.file.FileSystem.createTempDirectory

Parameters

prefix - the prefix string to be used in generating the directory's name; may be null

Return

String

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

Parameters

prefix - the prefix string to be used in generating the directory's name; may be null

perms - the permissions string

Return

String

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

Parameters

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

String

NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.