Arbortext Command Language > set Command Options > set dialogspath
  
set dialogspath
set dialogspath=dir1 [:dirn]
This command specifies a search path for dialog files that can be called from a custom application, such as one that uses the AOM Application.createDialogFromFile method. The default path is Arbortext-path\lib\dialogs. Each directory specified must be separated by a semicolon. You can specify the %D or %Hsymbolic parameters in the path list.
If an Arbortext-path\custom\dialogs subdirectory exists at startup, the custom\dialogs path is automatically prepended to the path for dialog files. Putting your custom dialog files in the \custom\dialogs subdirectory makes them automatically available, avoiding manual steps to add them to the path.
Example
set dialogspath="c:\mydialogs;%D"
You can use the append_dialogs_path function to update the dialog file path.
Related Topics
option_path_list function