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

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

Version Info

Tagged at
4 months ago