ZenFS
    Preparing search index...

    Function set

    • Sets the value of an extended attribute.

      Parameters

      • this: V_Context
      • path: string

        Path to the file

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

        Name of the attribute to set

      • value: string | Uint8Array<ArrayBufferLike>

        Value to set

      • opt: SetOptions = {}

        Options for the operation

      Returns Promise<void>