lgetxattr

Function lgetxattr 

Source
pub fn lgetxattr<P, S>(path: P, name: S) -> Result<Vec<u8>>
where P: AsRef<Path>, S: AsRef<OsStr>,
Expand description

Retrieves the value of the extended attribute identified by name and associated with the given path in the filesystem. If path is a symbolic link, the list of names associated with the link itself will be returned.

For more information, see lgetxattr(2)