Versions Compared

Key

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

...

Code Block
titleInclude another Node.js source file
// Included file is copy.js in the pathlist
pjs.include("copy.js");
 
// Included file is qrpglesrcmylib/copy.js in the 'modules' directory
pjs.include("qrpglesrcmylib/copy.js");

Exception Handling

...