Skip to main content
Module

std/node/fs.ts>rmdir

Deno standard library
Go to Latest
function rmdir
Re-export
import { rmdir } from "https://deno.land/std@0.145.0/node/fs.ts";

Parameters

path: string | URL
callback: rmdirCallback

Parameters

path: string | URL
options: rmdirOptions
callback: rmdirCallback

Parameters

path: string | URL
optionsOrCallback: rmdirOptions | rmdirCallback
optional
maybeCallback: rmdirCallback