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