Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SDL script for generating code > System variables > sysIncludeRootPath system variable (SDL script)
  
sysIncludeRootPath system variable (SDL script)
The sysIncludeRootPath system variable (a global string) specifies the path to which the root item selected in the Launch ACS/TDK dialog is generated.
In this example, the sysIncludeRootPath system variable is used to set the absolute path of the files to be generated.
%setvar "strHeaderFile" = (%getvar "sysIncludeRootPath") & (%getvar "strFullPath")