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

chmodAwait

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

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

Parameters

path - the path to the file

perms -

the permissions string

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