1.1.1 • Published 12 years ago
rat v1.1.1
Rat
Recursive asynchronous file operations for node.js
Install
Rat is available with npm. Install it like so:
npm install -g rat
rat.rmdir()
Remove path
recursively.
require('rat').rmdir('/my/files', function(err, stats) {
if (err) throw err;
console.log(stats);
});
Params
path
Stringcallback
Function(err, stats)
Donations
If you like using rat, tip me some bits @ 1MUaP1e5DcuWrup7nLwK1rBfLR7YCcjnqS