suspend fun FileSystem.fsPropsAwait(path: String): FileSystemProps
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
Returna
reference to this, so the API can be used fluently *