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