MakeDirectoryOptions - Node documentation
interface MakeDirectoryOptions

Usage in Deno

import { type MakeDirectoryOptions } from "node:fs";

Properties

optional
recursive: boolean | undefined

Indicates whether parent folders should be created. If a folder was created, the path to the first created folder will be returned.

optional
mode: Mode | undefined

A file mode. If a string is passed, it is parsed as an octal integer. If not specified