Removes an attribute of this file.
impl File { fn remove_attr<S>(&self, name: S) -> Result<(), Errno> where S: ToCString, }
The name of the attribute.
fremovexattr(2)