Function xattr::get

source ·
pub fn get<N, P>(path: P, name: N) -> Result<Option<Vec<u8>>>where
    P: AsRef<Path>,
    N: AsRef<OsStr>,
Expand description

Get an extended attribute for the specified file.