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

    Since

    v0.0.67

    Returns

    Fulfills with undefined upon success.

    Parameters

    • existingPath: PathLike
    • newPath: PathLike

    Returns Promise<void>

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

    Since

    v0.0.67

    Returns

    Fulfills with undefined upon success.

    Parameters

    • existingPath: PathLike
    • newPath: PathLike

    Returns Promise<void>

Generated using TypeDoc