SyntaxFix
Write A Post
Hire A Developer
Questions
Install
npm i graph-fs
Use
const {Node} = require("graph-fs"); const directory = new Node("/path/to/directory"); directory.delete(); // <--