GetCurrentDirectory

Prototype

void GetCurrentDirectory( Matrix mPath )

Parameters

Matrix mPath
Upon return, this matrix contains the path to the current directory.

Remarks

This module retrieves the path to the current directory of the IML Studio process. Be aware that there is only one current directory. Each IMLPlus program does not have its own current directory.

Example
run GetCurrentDirectory( path );
print path;
See Also

SetCurrentDirectory