Function xattr::set [] [src]

pub fn set<N, P>(path: P, name: N, value: &[u8]) -> Result<()> where P: AsRef<Path>, N: AsRef<OsStr>

Set an extended attribute on the specified file.