Function fs_err::tokio::metadata

source ยท
pub async fn metadata(path: impl AsRef<Path>) -> Result<Metadata>
Expand description

Given a path, queries the file system to get information about a file, directory, etc.

Wrapper for tokio::fs::metadata.