Function linkSync

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

    Since

    v0.0.67

    Parameters

    • existingPath: PathLike
    • newPath: PathLike

    Returns void

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

    Since

    v0.0.67

    Parameters

    • existingPath: PathLike
    • newPath: PathLike

    Returns void

Generated using TypeDoc