Method description:
Synchronized version of unlink(), delete file operation.
Grammar:
Since this method belongs to the fs module, the fs module needs to be introduced before use (var fs= require(“fs”) )
Receive parameters:
path File path
Example:
Source code: