Function axstd::fs::metadata

source ·
pub fn metadata(path: &str) -> Result<Metadata>
Available on crate feature fs only.
Expand description

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