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:
Include "C:\Rhapsody\Share\Properties\IndividualSite.prp"
Subject General
Metaclass Model
Property BackUps Enum "None,One,Two" "Two"
end
end
Include "..\Properties\IndividualSite.prp"
Subject General
Metaclass Model
Property AutoSaveInterval Int "11"
end
end
Include "IndividualSite.prp"