Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/config/deps.ts>ensureDirSync

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
function ensureDirSync
Re-export
import { ensureDirSync } from "https://deno.land/x/actionify@0.2.0/config/deps.ts";

Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. Requires the --allow-read and --allow-write flag.

Parameters

dir: string | URL