function linklink(existingPath: PathLike,newPath: PathLike,): Promise<void>DeprecatedCreates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. ParametersexistingPath: PathLikenewPath: PathLikeReturn TypePromise<void>Fulfills with undefined upon success.