Closed vaibhavmule closed 7 years ago
For handling the different implementation of removing folder from systems. But if it's the cause of the problems, we could look for an alternative. :) What do you think?
removing folder
Oh, I see.
It handles the error if you are trying to remove file or directory. Nodejs native API throws an error if you trying to fs.rmdir('/path') on file.
fs.rmdir('/path')
For handling the different implementation of
removing folder
from systems. But if it's the cause of the problems, we could look for an alternative. :) What do you think?