lremovexattr
Description:
remove extended attribute of a file or directory
This is the same as removexattr, but if path
is a symbolic link, then it removes an extended attribute of the link itself.
This function depends on the feature "linuxxattrs". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |