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

chmodRecursiveAwait

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

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

Parameters

path - the path to the file

perms - the permissions string

dirPerms -

the directory permissions

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