list( this: V_Context, path: string,): Promise< (
| `user.${string}` | `trusted.${string}` | `system.${string}` | `security.${string}` )
[],> Returns Promise<
(
| `user.${string}`
| `trusted.${string}`
| `system.${string}`
| `security.${string}`
)[],
>
Array of attribute names
Lists all extended attributes of a file.