Change the template search path
 
 
 

By default, template files are stored in the assets sub-directory of your current project. See Template search path for additional information.

To change the search path for templates

  1. Do one of the following:
    • Select File > Project > Edit Current from the main menu bar, then edit the Templates search path under the Project Locations heading.
    • Use the following containerTemplate command:
      containerTemplate -edit -searchPath "<path>";

      or

      workspace -fr "templates" "path1;path2;path3";
      NoteThe resulting template search path contains both the user-defined locations as well as a set of built-in locations.