How to use the rmdirSync function from graceful-fs
Find comprehensive JavaScript graceful-fs.rmdirSync code examples handpicked from public code repositorys.
GitHub: canarddu38/DUCKSPLOIT
325 326 327 328 329 330 331 332 333 334 335 336
} else { fs.unlinkSync(childPath); } } fs.rmdirSync(path); } function rmdirSync(path) { if (!path) throw new TypeError('path is required!');
9
48
0
+ 7 other calls in file
graceful-fs.promises is the most popular function in graceful-fs (1135 examples)