deno.land / std@0.224.0 / fs / testdata / empty_dir.ts

empty_dir.ts
View Documentation
1
2
3
4
5
6
7
8
9
import { emptyDir } from "../empty_dir.ts";
try { await emptyDir("fs/testdata/testfolder"); console.log("success");} catch (error) { console.log(error);}
std

Version Info

Tagged at
4 months ago