1.

Which method of fs module is used to close a file?

Answer»

Which method of fs module is used to close a FILE?
CHOOSE the correct option from below LIST
(1)fs.closeFile(fd, callback)
(2)fs.close(fd, callback)
(3)fs.closePath(fd, callback)
(4)None of the options

Answer:-(2)fs.close(fd, callback)



Discussion

No Comment Found