Function xattr::remove[][src]

pub fn remove<N, P>(path: P, name: N) -> Result<()> where
    P: AsRef<Path>,
    N: AsRef<OsStr>, 

Remove an extended attribute from the specified file.