Creates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. Returns undefined.
existingPath
newPath
link(2)
undefined
v0.1.31
Creates a new link from the
existingPath
to thenewPath
. See the POSIXlink(2)
documentation for more detail. Returnsundefined
.Since
v0.1.31