Node.JS Interview Questions and Answers For Freshers Part-5
41.How will you delete a file using Node? Following is the syntax of the method to delete a file: fs.unlink(path, callback) Parameters Here is the description of the parameters used: path – This is the file name including path. callback…
Read More