Function xattr::set_deref

source ·
pub fn set_deref<N, P>(path: P, name: N, value: &[u8]) -> Result<()>
where P: AsRef<Path>, N: AsRef<OsStr>,
Expand description

Set an extended attribute on the specified file (dereference symlinks).