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