oi10:presentation_server:envvarlist_property_system

ENVVARLIST property (System)

Returns a list of all the Windows environment variables and their values.

This property is an @fm-delimited list of Windows environment variable names and their values. Each item in the list has the format:

<var_name> "=" <var_value>

E.g.

HOMEDRIVE=C:

HOMEPATH=\Users\RevGuy

NUMBER_OF_PROCESSORS=8

And so on (this format is the same as that used with the "SET" OS command line function).

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

This method is a simple wrapper around the Windows API GetEnvironmentStrings function - further information regarding Windows environment variables may be found on the Microsoft website.

 
EnvVars = Get_Property( "SYSTEM", "ENVVARLIST" )
 
 
 

GETENVVAR method, SETENVVAR method.

  • oi10/presentation_server/envvarlist_property_system.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1