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 5 Next »

Includes one Node.js source file within another.

Parameters

1. File path - Path to Node.js source file to include. The file name can optionally be qualified with a directory name, otherwise the pathlist is used to locate the file.

Include another Node.js source file
// Included file is PATH_LIST/qrpglesrc/copy.js
pjs.include("qrpglesrc,copy.js");

 

RPG Equivalent 

/COPY, /INCLUDE

  • No labels