Function xattr::get
[−]
[src]
pub fn get<N, P>(path: P, name: N) -> Result<Vec<u8>> where
P: AsRef<Path>,
N: AsRef<OsStr>,
Get an extended attribute for the specified file.