abstract fun fsProps(path: String, handler: Handler<AsyncResult<FileSystemProps>>): FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
path - path to anywhere on the filesystem
handler - the handler that will be called on completion
Return
a reference to this, so the API can be used fluently