Function tokio::fs::metadata

source ·
pub fn metadata<P>(path: P) -> MetadataFuture<P>where
    P: 'static + AsRef<Path> + Send,
Expand description

Queries the file system metadata for a path.