stat

Returns stats for the resource at path.

common
fun stat(path: String): StatResult?
fun stat(path: String): StatResult?
fun stat(pathComponent: PathComponent): StatResult?
fun stat(path: String): StatResult?
fun stat(pathComponent: PathComponent): StatResult?

Returns stats for the resource at path.

js
fun stat(path: String): StatResult?

Returns stats for the resource at pathComponent.

fun stat(pathComponent: PathComponent): StatResult?
fun stat(pathComponent: PathComponent): StatResult?