linkAsync

external fun linkAsync(existingPath: PathLike, newPath: PathLike): <Error class: unknown class><<Error class: unknown class>>(source)

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

Since

v10.0.0

Return

Fulfills with undefined upon success.