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