ZenFS
Preparing search index...
index
xattr
list
Function list
list
(
this
:
V_Context
,
path
:
string
,
)
:
Promise
<
(
|
`
system.
${
string
}
`
|
`
user.
${
string
}
`
|
`
trusted.
${
string
}
`
|
`
security.
${
string
}
`
)
[]
,
>
Lists all extended attributes of a file.
Parameters
this
:
V_Context
path
:
string
Path to the file
Returns
Promise
<
(
|
`
system.
${
string
}
`
|
`
user.
${
string
}
`
|
`
trusted.
${
string
}
`
|
`
security.
${
string
}
`
)
[]
,
>
Array of attribute names
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ZenFS
Loading...
Lists all extended attributes of a file.