abstract fun lprops(path: String, handler: Handler<AsyncResult<FileProps>>): FileSystem
Obtain properties for the link represented by path, asynchronously.
The link will not be followed.
handler - the handler that will be called on completion
Return
a reference to this, so the API can be used fluently