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

rxLprops

open fun rxLprops(path: String): Single<FileProps>

Obtain properties for the link represented by path, asynchronously.

The link will not be followed.

Parameters

path - the path to the file

Return