Skip to content

mkdtempSync

mkdtempSync(this, prefix, options): NonSharedBuffer

Defined in: src/node/sync.ts:628

Synchronous mkdtemp. Creates a unique temporary directory.

unknown

PathLike

The directory prefix.

BufferEncodingOption

The encoding (or an object including encoding).

NonSharedBuffer

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

mkdtempSync(this, prefix, options?): string

Defined in: src/node/sync.ts:629

Synchronous mkdtemp. Creates a unique temporary directory.

unknown

PathLike

The directory prefix.

EncodingOption

The encoding (or an object including encoding).

string

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