Thursday, 4 October 2018

Remove directory which is not empty

In my Node application I need to remove a directory which has some files, but fs.rmdir only works on empty directories. How can I do this?



from Remove directory which is not empty

No comments:

Post a Comment