Nodefslinkfunction link#link(existingPath: PathLike,newPath: PathLike,callback: NoParamCallback,): voidCreates 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 ##existingPath: PathLike#newPath: PathLike#callback: NoParamCallbackReturn Type #void
function link#link(existingPath: PathLike,newPath: PathLike,callback: NoParamCallback,): voidCreates 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 ##existingPath: PathLike#newPath: PathLike#callback: NoParamCallbackReturn Type #void