Function xattr::remove_deref

source ·
pub fn remove_deref<N, P>(path: P, name: N) -> Result<()>
where P: AsRef<Path>, N: AsRef<OsStr>,
Expand description

Remove an extended attribute from the specified file (dereference symlinks).