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

lpropsAwait

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

Obtain properties for the link represented by path, asynchronously.

Parameters

path - the path to the file

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