Skip to main content
Module

x/deno2node/src/deps.deno.ts>Directory#delete

Compile your Deno project to run on Node.js.
Go to Latest
method Directory.prototype.delete
import { Directory } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Queues a deletion of the directory to the file system.

The directory will be deleted when calling ast.save(). If you wish to delete the file immediately, then use deleteImmediately().