InterviewSolution
Saved Bookmarks
| 1. |
How will you delete a directory? |
|
Answer» Following is the syntax of the method to remove a directory: fs.rmdir(path, callback) ParametersHere is the description of the parameters used:
|
|