Function xattr::set

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

Set an extended attribute on the specified file.