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

chmodAwait

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

Change the permissions on the file represented by path to perms, asynchronously.

Parameters

path - the path to the file

perms - the permissions string

handler - the handler that will be called on completion

Returna
reference to this, so the API can be used fluently *