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