When modifying a relative path in DriveWorks Solo you can build a rule which creates new folders automatically. Please note that the location you specify will be relative to your “Results” folder. For example, if you specify the rule as “DWSpecificationId” the resulting file path may look like the following (if the specification number is 27):
C:\DriveWorks Solo\My Project\Results\27\
This new folder location is created when the new specification is created. You could take this further by controlling the file path with an additional rule e.g. CustomerNameReturn & “\DwSpecificationId”. The result of this rule would be as follows:
When modifying a relative path in DriveWorks Solo you can build a rule which creates new folders automatically. Please note that the location you specify will be relative to your “Results” folder. For example, if you specify the rule as “DWSpecificationId” the resulting file path may look like the following (if the specification number is 27):
C:\DriveWorks Solo\My Project\Results\27\
This new folder location is created when the new specification is created. You could take this further by controlling the file path with an additional rule e.g. CustomerNameReturn & “\DwSpecificationId”. The result of this rule would be as follows:
C:\DriveWorks Solo\My Project\Results\Customer Name\27\
You can find further examples in the help file below.
https://help.driveworkssolo.com/Topic/ModelRelativePathRule
I hope this helps!