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

chownAwait

suspend fun FileSystem.chownAwait(path: String, user: String?, group: String?): Unit

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

Parameters

path - the path to the file

user - the user name, null will not change the user name

group -

the user group, null will not change the user group name

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