xattr

Function get_deref

Source
pub fn get_deref<N, P>(path: P, name: N) -> Result<Option<Vec<u8>>>
where P: AsRef<Path>, N: AsRef<OsStr>,
Expand description

Get an extended attribute for the specified file (dereference symlinks).