Node.js fs.symlink() Function
The fs.symlink() method is used to create a symlink to the specified path. This creates a link making the path point to the target. The relative targets are relative to the link's parent directory. Syntax: fs.symlink( target, path, type, callback ) Parameters: This method accept four parameters as m