Function createSymlink

  • Creates a symlink.

    Parameters

    • __namedParameters: { linkTo: string; symlinkPath: string }
      • linkTo: string

        Path that the symlink will link to. If relative, it will be linked relative to the symlink location.

      • symlinkPath: string

        The location and name the symlink file to be created.

    Returns Promise<void>