MODULEFILENAME property (System)
Description
Returns the path and file name of the current Presentation Server instance.
Property Value
A string containing the path and module filename for the current process.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get Only | No | No | No |
Remarks
This property uses the GetModuleFileNameW Windows API function internally.
Example
PSExeName = Get_Property( "SYSTEM", "MODULEFILENAME" )
See Also
CMDLINE property, Starting the Presentation Server