We are upgrading Studio 2017 to 2022 and GS 2017 to 2020 automated with our own plugin.
We open an existing project from GroupShare and add new files to project.
_tradosProject.AddFiles(files, folderPathinProject);
Then we check in all files
_tradosProject…