Arbortext Command Language > set Command Options > set libpath
  
set libpath
set libpath=dir1 [:dirn]
This command specifies a search path for shared modules, formatting files, and font configuration files. The default path is Arbortext-path\lib. If you are running in a supported locale, the default path also includes the appropriate subdirectory of Arbortext-path\lib\locale.
Each directory specified must be separated by a semicolon. You can specify the %D, %H, or %Lsymbolic parameters in the path list to include the default search path.
If an Arbortext-path\custom\lib subdirectory exists at startup, the custom\lib path is automatically prepended to the path. If you are running in a supported locale, the default path also includes the associated locale subdirectory of Arbortext-path\lib\locale.
Putting your custom shared modules, formatting files, and font configuration files in the \custom\lib directory or one of its Arbortext-path\lib\locale subdirectories makes them automatically available, avoiding manual steps to add them to the path.
Example
set libpath="c:\mylib;%D"
Related Topics
option_path_list function