Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/workerd/fs.ts>MkdirOptions

A JavaScript extension package for building strong and modern applications.
Latest
interface MkdirOptions
implements FileSystemOptions
Re-export
import { type MkdirOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/fs.ts";

Options for the mkdir function.

Properties

optional
recursive: boolean

Whether to create parent directories if they do not exist.

optional
mode: number

The permission mode of the directory.

NOTE: This option is ignored in the browser and in Windows.