Function setSync

  • Synchronously sets the value of an extended attribute.

    Parameters

    • this: V_Context
    • path: string

      Path to the file

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

      Name of the attribute to set

    • value: string | Uint8Array<ArrayBufferLike>

      Value to set

    • opt: SetOptions = {}

      Options for the operation

    Returns void