Folder structure

All extensions are collected in a root folder configured in the bootstrap configuration file as ExtensionDirectory, or OmniFi installation directory\Plugins by default. We will refer to this directory as the root directory from here on.

Each type of extension has a sub-folder in the root directory:

Extension typeFolder
Query<root>\Query
Import<root>\DataProcessing
Result reporting<root>\AutotestResult

Predefined extension folder structure.

Within these folders you can maintain any folder structure you prefer. The custom folder structure will be visible to end users and affects portability of your extensions. (Please see also Best practices for more details).