Q:

delete file with deno

// async
await Deno.remove("./file.txt");
// sync
Deno.removeSync("./file.txt");
0

New to Communities?

Join the community