listxattr

Function listxattr 

Source
pub fn listxattr<P: AsRef<Path>>(path: P) -> Result<Vec<OsString>>
Expand description

Retrieves the list of extended attribute names associated with the given path in the filesystem. If path is a symbolic link, it will be dereferenced.

For more infomation, see listxattr(2)