Function ext2::xattr::set_xattr

source ·
pub fn set_xattr(path: &Path, key: &str, value: &str) -> Result<()>
Expand description

Sets the extended attribute of the given path with the given key and value.