Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This property is used to specify the default pathlist. The pathlist is specified as an array of directories to search.

Code Block
languagejavascript
"pathlist": [ "dir1", "dir2", "dir3" ]

 

The concept of a pathlst is similar to a library list in an IBM i job. Note, when Profound.js modules are called from Genie, the pathlist is inherited directly from the library list and the "pathlist" configuration setting is ignored.

...