linkSync

external fun linkSync(existingPath: PathLike, newPath: PathLike)(source)

Creates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. Returns undefined.

Since

v0.1.31