Table of Contents

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

DevelopmentRuntimeIndexedScaledSynthetic
N/AGet OnlyNoNoNo

Remarks

This property uses the GetModuleFileNameW Windows API function internally.

Example

 
PSExeName = Get_Property( "SYSTEM", "MODULEFILENAME" )
 
 
 

See Also

CMDLINE property, Starting the Presentation Server