GetInstallationDirectory

Prototype

void GetInstallationDirectory( Matrix mPath )

Parameters

Matrix mPath
Upon return, this matrix contains the path to the directory in which IML Studio is installed.

Remarks

This module retrieves the path to the directory in which IML Studio is installed.

Example
run GetInstallationDirectory( path );
print path;