This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is there an easy way to add a directory of files to an existing project?

I have a legacy project that I've converted to Code Composer 4.  I now need to add a number of directories of files to the project.  Is there an easy way to add an entire directory or do you have to link to the files individually and then create directories and move the appropriate files into them?  Please let me know.  Thanks.

Ron

  • Ron,

    If you want to "add" the directory of files to the project, you can physically copy the folder into the CCS project folder. CCS will recognize and build any source files within the project directory, including those in sub-folders.

    If you do not want a physical copy in your project folder, but just want to "link" to a directory of files located elsewhere, you can right-click on the project, select New->Folder, click on Advanced, check the box "Link to folder in the file system" and browse to the folder you want to link to.

     

  • Aarti,

    Thanks, this was a big help.

    Ron