How to duplicate a project

How can I easily copy an existing project in the file system? There is a folder called “Project1” and I want to duplicate that to a folder called “Project2”.

@Bryan_Schmiedeler
in general we can do as following:

  • copy the uiPath Project Top Folder
  • rename the Top folder
  • open inside the Project the project.json
    • rename / adopt to the Project 2 specifics

it depends to your further project details (e.g config files etc) and maybe there are also additional parts to edit

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.