I'm running into a case where I want to remove a non-empty directory, and I
can't because it contains some files and directories.
I would like to suggest being able to pass a force option to the fs.rmdir
command, for example:
fs.rmdir("features",{force:true},function(err){
// do something here
});
Is that a sane request, or can this already be achieved with another API
call in Node.js?
Regards,
Paul
--
Job Board: http://jobs.nodejs.org/
Posting guidelines:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en