Skip to main content
Module

x/ts_morph/mod.ts>Directory#createDirectory

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method Directory.prototype.createDirectory
import { Directory } from "https://deno.land/x/ts_morph@15.1.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.