void GetCurrentDirectory( Matrix mPath )
Matrix mPath
Upon return, this matrix contains the path to the current directory.
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.
run GetCurrentDirectory( path ); print path;