function linkSync
Jump to headinglinkSync(): voidCreates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. Returns undefined.
Parameters Jump to heading
Jump to headingexistingPath: PathLikeJump to headingnewPath: PathLikeReturn Type Jump to heading
void