Function fs_err::symlink_metadata

source ·
pub fn symlink_metadata<P: AsRef<Path>>(path: P) -> Result<Metadata>
Expand description

Query the metadata about a file without following symlinks.

Wrapper for fs::symlink_metadata.