Enumerations |
|
| enum | siInstallationPath { siProjectPath = 0, siUserPath = 1, siWorkgroupPath = 2, siFactoryPath = 3, siAddonPath = 4, siUserAddonPath = 5, siWorkgroupAddonPath = 6, siUnknownPath = 7, siCustomPath = 9 } |
| enum siInstallationPath |
| siProjectPath | [0] Project directory path. |
| siUserPath | [1] User directory path. |
| siWorkgroupPath | [2] Workgroup directory path. See XSIApplication::Workgroups . |
| siFactoryPath | [3] Factory directory path. |
| siAddonPath | [4] Add-on directory path. |
| siUserAddonPath | [5] User Add-on directory path. |
| siWorkgroupAddonPath | [6] Workgroup Add-on directory path. |
| siUnknownPath | [7] Unknown installation path. |
| siCustomPath | [9] The custom plug-in directory path. This value maps to the XSI_PLUGINS environment variable which may contain multiple folders. |