#include
The #include directive includes one Node.js source file within another.
The included source file may contain other compile directives, such as additional #include lines.
The syntax for the #include directive is as follows:
#include file-name
The file name can optionally be qualified with a directory name, otherwise the pathlist is used to locate the file.
Examples
Include another Node.js source file
// Included file is copy.js in the pathlist
#include copy.js
// Included file is mylib/copy.js in the 'modules' directory
#include mylib/copy.js
RPG Equivalent
/COPY, /INCLUDE
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!