• Removes an extended attribute from a file.

    Parameters

    • this: V_Context
    • path: string

      Path to the file

    • name:
          | `user.${string}`
          | `trusted.${string}`
          | `system.${string}`
          | `security.${string}`

      Name of the attribute to remove

    Returns Promise<void>