pub fn lstat<P: Arg>(path: P) -> Result<Stat>Expand description
lstat(path)—Queries metadata for a file or directory, without following
symlinks.
Mode::from_raw_mode and FileType::from_raw_mode may be used to
interpret the st_mode field.
pub fn lstat<P: Arg>(path: P) -> Result<Stat>lstat(path)—Queries metadata for a file or directory, without following
symlinks.
Mode::from_raw_mode and FileType::from_raw_mode may be used to
interpret the st_mode field.