GetCurrentProcessName
Previous  Top  Next


Function GetCurrentProcessName

This function allows you to access the full path name of the current process.

Returns:
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.  

Example:

MsgBox "Running EXE path is " + GetCurrentProcessName