property MakeDirectoryOptions.recursive Usage in Denoimport { 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