インストールパスディレクトリです。
siInstallationPath.siProjectPath // 0 siInstallationPath.siUserPath // 1 siInstallationPath.siWorkgroupPath // 2 siInstallationPath.siFactoryPath // 3 siInstallationPath.siAddonPath // 4 siInstallationPath.siUserAddonPath // 5 siInstallationPath.siWorkgroupAddonPath // 6 siInstallationPath.siUnknownPath // 7 siInstallationPath.siCustomPath // 9 |
| コンスタント | Value | 詳細 |
|---|---|---|
| siProjectPath | 0 | Project ディレクトリパス |
| siUserPath | 1 | User ディレクトリパス |
| siWorkgroupPath | 2 | Workgroup ディレクトリパスXSIApplication.Workgroupsを参照してください。 |
| siFactoryPath | 3 | Factory ディレクトリパス |
| siAddonPath | 4 | アドオンディレクトリパス |
| siUserAddonPath | 5 | User アドオンディレクトリパス |
| siWorkgroupAddonPath | 6 | Workgroup アドオンディレクトリパス |
| siUnknownPath | 7 | 不明なインストレーションパス |
| siCustomPath | 9 | カスタムプラグインのディレクトリパス。この値は XSI_PLUGINS 環境変数にマッピングされます。この環境変数には複数のフォルダを含ませることができます。 |