Function linux_stat::lstat
source · pub fn lstat<P: AsRef<Path>>(path: P) -> Result<Stat, Errno>
Expand description
Call crate::fstatat for path
in the current directory
not following symlinks.
pub fn lstat<P: AsRef<Path>>(path: P) -> Result<Stat, Errno>
Call crate::fstatat for path
in the current directory
not following symlinks.