How will you get information about a file using node?
Answer / Smriti Chauhan
You can use the 'fs' (file system) module to get information about a file in Node.js. For example, `fs.stat('filename', function(err, stats) { ... });`
| Is This Answer Correct ? | 0 Yes | 0 No |
What are global installations of dependencies?
How do node.js works?
What is template engine?
Does facebook use server side rendering?
What are the limitations of node.js?
Differentiate between node.js vs ajax?
What is SSL/TLS in node.js?
Why Node.js application is scalable?
Which template engine is supported by express js?
Why is node popular?
What is npm for?
What is the use of express js?