Direction: Choose the correct option
Q1.
Which method returns information about a file or directory?
Direction: Choose the correct option
Q2.
How can you check if a path is a file using the Stats object?
Direction: Choose the correct option
Q3.
What does `stats.size` represent?
Direction: Choose the correct option
Q4.
Which property gives the last modification time of a file?
Direction: Choose the correct option
Q5.
What is the difference between `fs.stat()` and `fs.lstat()`?
