ZenFS
    Preparing search index...

    Function mkdtempDisposableSync

    • Returns a disposable object whose path property holds the created directory path. When the object is disposed, the directory and its contents will be removed if it still exists. If the directory cannot be deleted, disposal will throw an error. The object has a remove() method which will perform the same task.

      Parameters

      • this: V_Context
      • prefix: PathLike
      • Optionaloptions: EncodingOption | BufferEncodingOption

      Returns { path: string; "[dispose]"(): void; remove(): void }

      Add satisfies and maybe change return type once @types/node adds this.