lremovexattr

Function lremovexattr 

Source
pub fn lremovexattr<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, extended attribute is removed from the link itself.

For more information, see lremovexattr(2)