Creates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail.
existingPath
newPath
link(2)
Fulfills with undefined upon success.
undefined
v10.0.0
Generated using TypeDoc
Creates a new link from the
existingPath
to thenewPath
. See the POSIXlink(2)
documentation for more detail.