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