function link
Jump to headinglink(): void
Creates a new link from the existingPath
to the newPath
. See the POSIX link(2)
documentation for more detail. No arguments other than
a possible
exception are given to the completion callback.
Parameters Jump to heading
Jump to headingexistingPath: PathLike
Jump to headingnewPath: PathLike
Jump to headingcallback: NoParamCallback
Return Type Jump to heading
void