xattr.remove

Removes the requested attribute.

class xattr
static
void
remove
(
string path
,
string key
)

Parameters

path string

Path to file. If it's a symlink, the target will be used.

key string

Attribute name.

Meta