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

propsAwait

suspend fun FileSystem.propsAwait(path: String): FileProps

Obtain properties for the file represented by path, asynchronously.

Parameters

path - the path to the file

handler - the handler that will be called on completion

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