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