suspend fun FileSystem.chownAwait(path: String, user: String?, group: String?): Unit
Suspending version of method io.vertx.core.file.FileSystem.chown
user
- the user name, null will not change the user name
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.