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