< Previous | Contents | Manuals Home | Boris FX | Next >

Include Files

You can include libraries of code within SynthEyes scripts using the INCLUDE operation, with the following syntax:

INCLUDE(“filename”)

There should be no whitespace between any of these elements. The INCLUDE does not have to fall in column 1. Although it looks like a function call, it must be executed directly during syntax parsing (like a C++ preprocessor), so the filename cannot be an expression.

The filename can be absolute, relative, or script-folder-relative. We recommend using Script-Folder-Relative include file names in most cases! Read the following sections for a description of each type.

 

Absolute Include Files Relative Include Files Script-Folder-Relative Include Files Missing Include Files Other Details

©2023 Boris FX, Inc. — UNOFFICIAL — Converted from original PDF.