• Lists all extended attributes of a file.

    Parameters

    Returns Promise<
        (
            | `user.${string}`
            | `trusted.${string}`
            | `system.${string}`
            | `security.${string}`
        )[],
    >

    Array of attribute names