InterviewSolution
Saved Bookmarks
| 1. |
How will you open a file using Node? |
|
Answer» Following is the syntax of the method to open a file in asynchronous mode: fs.open(path, flags[, mode], callback) ParametersHere is the description of the parameters used:
|
|