...
On occasion you will have a source tree with files that are not important to the upgrade effort. One way to clean this up is to create a new folder source tree having only the files that are important. gmStudio can help you do this by creating the list of code files referenced by the VBPs that are part of your upgrade project using the Source Structure Report and Search Reporting . This list is produced using the Source Structure Report and the Search Reporting feature to build a batch file.The following steps describe how to use the Source Structure Report to create a clean source directorywindows batch script that you may run to do the copy. The steps to do this are described below.
1) Create a gmStudio project containing the VBPs that are important to your project. The code files referenced by these VBPs will be the ones that end up in the cleaned folder.
2) Search the "Source Structure Report" to create a full list referenced by the VBPs
3) Report the file paths from the search results using the Search Report template:
...
4) run the script to copy the just the desired source files from the source to destination.
...