Function run_make_support::rfs::metadata
source ยท pub fn metadata<P: AsRef<Path>>(path: P) -> Metadata
Expand description
A wrapper around std::fs::metadata
which includes the file path in the panic message.
pub fn metadata<P: AsRef<Path>>(path: P) -> Metadata
A wrapper around std::fs::metadata
which includes the file path in the panic message.