The resource search path is the path along which StreamBase searches for file resources used by operators and adapters in the current application, or in a module called by the current application. File resources might include text files, SQL files, CSV data files from which to load tables or feed simulations, or other file types.
The resource search path is maintained independently of the module search path. This lets you set a wide search path for resources but a narrow one for modules, or the converse.
The resource search path precedence order is the same as for modules, described in Module Search Path Order of Precedence.
In the Package Explorer view, folders on the resource search path are decorated with an overlay icon.
|
|
Add folders to the current project's resource search path in the following ways:
-
Designate a subfolder of the current project folder as a member of the resource search path using the Resource Search Path panel of the project properties dialog.
-
Add a project reference to another project in the Studio workspace, using the Project References panel of the project properties dialog.
To open the Resource Search Path panel, first open the Project Properties dialog for the project of interest, as described in StreamBase Project Properties. Then select Resource Search Path from the contents column on the left.
|
The operator sample group provides an illustration of
putting resource files in a separate subfolder. See Operator Sample Group.
