Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added additional wording to explain that the pathlist will try to find files in libraries with the same name as the pathlist entries.

...

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.

When calling a module via a URL alias, for a Profound.js instance installed on an IBM i system, the pathlist is used to locate database files located within libraries. The module will use the entries in the pathlist as if they are libraries in a library list. Using the pathlist in the example above, the module will have access to the files located in the "dir1" library (if the library exists) without using qualified filed names.

Click here for information on how to modify this setting.

...