Skip to main content
The Deno 2 Release Candidate is here
Learn more
function Remove
import { Remove } from "https://deno.land/x/macromania_assets@v0.2.0/deps.ts";

Removes the named file or directory.

See https://deno.land/api@v1.40.3?unstable=true&s=Deno.remove

Parameters

unnamed 0: { path: string | URL; options?: Deno.RemoveOptions; }

Returns

The empty string.