function linkSynclinkSync(existingPath: PathLike,newPath: PathLike,): voidDeprecatedCreates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. Returns undefined. ParametersexistingPath: PathLikenewPath: PathLikeReturn Typevoid