Function linux_stat::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.
pub fn stat<P: AsRef<Path>>(path: P) -> Result<Stat, Errno>
Call crate::fstatat for path
in the current directory
following symlinks.