npm.io
1.0.1 • Published 10 years ago

rmdir-sync

Licence
MIT
Version
1.0.1
Deps
0
Vulns
0
Weekly
0
Stars
2

rmdir-sync

rmdir-sync is a module to remove not empty directory for nodejs.

usage

var path = require('path');
var rmdirSync = require('rmdir-sync');
var dirpath = path.join(__dirname, 'rmdir');
rmdirSync(dirpath);

Keywords