open fun rxProps(path: String): Single<FileProps>
Obtain properties for the file represented by path, asynchronously.
path
If the file is a link, the link will be followed.
path - the path to the file
Return