How can I add to my project a folder that exists outside the current workspace?

To add files to an existing project, follow steps below:

  1. In the CodeWarrior Project window, right-click on project name.

    A context menu appears.

  2. From context menu, select New > Folder .

    The New Folder window appears.

  3. Click Advanced .

    The Advanced Settings appear.

  4. Select Link to folder in the file system checkbox.
    Figure 1. New Folder

    New Folder

  5. Click Browse .

    The Browse for Folder window appears.

  6. Select the folder that you want to add to the project.
  7. Click OK .
    Figure 2. New Folder

    New Folder

  8. Click Finish .

This will put the new folder into the project under CodeWarrior projects. When the new folder is expanded, it will point to the location where the folder is linked from. If you delete the whole folder from the project, it will be deleted from the project only. If you try to delete a file from this folder, it will be deleted from that location leaving no way to recover it.