GetPersonalFilesDirectory

Prototype

void GetPersonalFilesDirectory( Matrix mPath )

Parameters

Matrix mPath
Upon return, this matrix contains the path to the directory in which the user's personal IML Studio related files are stored.

Remarks

This module retrieves the path to the directory in which the user's personal IML Studio related files are stored.

Example
run GetPersonalFilesDirectory( path );
print path;