GetCurrentProcessName |
Previous Top Next |
This
function returns an a string that represents the full EXE pathname
inside of the virtual environment. Typically this will be
"c:\program files\..." even though the package source may be
running from a network share. |
MsgBox
"Running EXE path is " + GetCurrentProcessName
|