Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

create_dir

import { create_dir } from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";

Creates a directory. Fails silently if directory already exists.

async function create_dir(path: string);
§
create_dir(path: string)
[src]

§Parameters

§
path: string
[src]