property MakeDirectoryOptions.mode
Usage in Deno
import { type MakeDirectoryOptions } from "node:fs";
A file mode. If a string is passed, it is parsed as an octal integer. If not specified
Mode | undefined
import { type MakeDirectoryOptions } from "node:fs";
A file mode. If a string is passed, it is parsed as an octal integer. If not specified
Mode | undefined