Including one PRP file in another

To include one .prp file in another, use the Include directive. IBM® Rational® Rhapsody® replaces the directive with the contents of the specified file.

About this task

The syntax of the directive is as follows:

Include "path"

The specified path can be relative to the file that does the include, and should include the .prp extension. In addition, the path can include an environment variable. For example:

Include "$MY_PATH\some_dir\my_file.prp"

To include more than one .prp file, simply use multiple directives. For example:

Include "$MY_DIR\my_file1.prp"
Include "$MY_DIR\my_file2.prp"

Note the following information:


Feedback