Arbortext Command Language > set Command Options > set composerpath
  
set composerpath
set composerpath=dir1 [:dirn]
This command specifies a list of directories (each directory separated by a semicolon) in which publishing configuration files (.ccf) are located. These files are for customizing publishing processes. The default path is Arbortext-path\composer.
If there is an Arbortext-path\custom\composer subdirectory at startup, the \custom\composer path is automatically prepended to the path for .ccf files. Putting your .ccf files in the \custom\composer subdirectory makes them automatically available, avoiding manual steps to add them to the path.
Arbortext Editor also looks at the value of composerpath to locate character entity substitution files used for HTML and XML output from publishing processes.
Example
set composerpath="c:\\user\\compfile.ccf;%D"
You can use the append_composer_path function to update the publishing configuration file path.
Related Topics
append_composer_path function
option_path_list function
Symbolic parameters in path list variables
option_path_list function