Module

x/ts_morph/mod.ts>Directory#createDirectory

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
method Directory.prototype.createDirectory
import { Directory } from "https://dotland.deno.dev/x/ts_morph@22.0.0/mod.ts";

Creates a directory if it doesn't exist.

Parameters

relativeOrAbsoluteDirPath: string
  • Relative or absolute path to the directory that should be created.