function link
Jump to headinglink(): Promise<void>
Creates a new link from the existingPath
to the newPath
. See the POSIX link(2)
documentation for more detail.
Parameters Jump to heading
Jump to headingexistingPath: PathLike
Jump to headingnewPath: PathLike
Return Type Jump to heading
Promise<void>
Fulfills with undefined
upon success.