vertx / io.vertx.reactivex.core.file / FileSystem / lprops

lprops

open fun lprops(path: String, handler: Handler<AsyncResult<FileProps>>): FileSystem

Obtain properties for the link represented by path, asynchronously.

The link will not be followed.

Parameters

path - the path to the file

handler - the handler that will be called on completion

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