property MakeDirectoryOptions.recursive Usage in Deno```typescript import { type MakeDirectoryOptions } from "node:node__fs.d.ts"; ``` 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