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

x/ayonli_jsext/fs.ts>GetDirOptions

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

Options for the getDirHandle function.

Properties

optional
create: boolean

Create the directory if not exist.

optional
recursive: boolean

Used when create is true, recursively create the directory and its parent directories.