removexattr

Function removexattr 

Source
pub fn removexattr<P, S>(path: P, name: S) -> Result<()>
where P: AsRef<Path>, S: AsRef<OsStr>,
Expand description

Removes the extended attribute identified by name and associated with the given path in the filesystem. If path is a symbolic link, it will be dereferenced.

For more information, see removexattr(2)