Function xattr::remove

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

Remove an extended attribute from the specified file.