Function link

  • Creates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. No arguments other than a possible exception are given to the completion callback.

    Since

    v0.0.67

    Parameters

    • existingPath: PathLike
    • newPath: PathLike
    • callback: VoidFunction

    Returns void

  • Creates a new link from the existingPath to the newPath. See the POSIX link(2) documentation for more detail. No arguments other than a possible exception are given to the completion callback.

    Since

    v0.0.67

    Parameters

    • existingPath: PathLike
    • newPath: PathLike
    • callback: VoidFunction

    Returns void

Generated using TypeDoc