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