xattr

Function 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).