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