Sets an attribute of this file.
impl File {
fn set_attr<S, V>(&self, name: S, val: V) -> Result<(), Errno>
where S: ToCString,
V: AsRef<[u8]>,
}| Name | Description |
|---|---|
| name | The name of the attribute. |
| val | The new value of the attribute. |