linkAsync

external fun linkAsync(existingPath: PathLike, newPath: PathLike): Promise<Void>(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.