Gets an attribute of this file.
impl File { fn get_attr<S>(&self, name: S) -> Result<Vec<u8, Libc>, Errno> where S: ToCString, }
The name of the attribute.
Returns the value of the argument.
fgetxattr(2)