ZenFS
    Preparing search index...

    Function mkdtemp

    • Asynchronous mkdtemp. Creates a unique temporary directory.

      Parameters

      • this: V_Context
      • prefix: string

        The directory prefix.

      • Optionaloptions: EncodingOption

        The encoding (or an object including encoding).

      Returns Promise<string>

      The path to the created temporary directory, encoded as a string or buffer.

    • Asynchronous mkdtemp. Creates a unique temporary directory.

      Parameters

      • this: V_Context
      • prefix: string

        The directory prefix.

      • Optionaloptions: BufferEncodingOption

        The encoding (or an object including encoding).

      Returns Promise<Buffer<ArrayBufferLike>>

      The path to the created temporary directory, encoded as a string or buffer.