ZenFS
Preparing search index...
index
xattr
remove
Function remove
remove
(
this
:
V_Context
,
path
:
string
,
name
:
|
`
system.
${
string
}
`
|
`
user.
${
string
}
`
|
`
trusted.
${
string
}
`
|
`
security.
${
string
}
`
,
)
:
Promise
<
void
>
Removes an extended attribute from a file.
Parameters
this
:
V_Context
path
:
string
Path to the file
name
:
|
`
system.
${
string
}
`
|
`
user.
${
string
}
`
|
`
trusted.
${
string
}
`
|
`
security.
${
string
}
`
Name of the attribute to remove
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ZenFS
Loading...
Removes an extended attribute from a file.