Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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

"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.

The pathlist is used to search directory paths for Node.js modules within the modules directory of the Profound.js instance. It is used by API, such pjs.call(), when a module name is unqualified.

 

  • No labels