DTP Engine - custom folder for user rules

in C/C++test
Is there a parameter that can override the default user rules directory?
By default - it's here:
[INSTALL_DIR]\rules\user\
What if I want to put my user rules under version control and map to some other directory?
Tagged:
1
Comments
You can use this property in the DTP Engine's property file to use a custom location for the user rules:
cpptest.custom.rule.dir=[PATH TO USER RULES]
Perfect! Thanks!