linkAsync
external fun linkAsync(existingPath: PathLike, newPath: PathLike): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.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.