MakeDirectoryOptions.recursive - Node documentation
property MakeDirectoryOptions.recursive

Usage in Deno

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

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

Type

boolean | undefined