InterviewSolution
Saved Bookmarks
| 1. |
How will you close a file using Node? |
|
Answer» Following is the syntax of one of the methods to close an opened file: fs.close(fd, callback) ParametersHere is the description of the parameters used:
|
|