Function stat

Source
pub fn stat<P: AsRef<Path>>(path: P) -> Result<Stat, Errno>
Expand description

Call crate::fstatat for path in the current directory following symlinks.