AppLaunchContext.setenv

Arranges for variable to be set to value in the child's environment when context is used to launch an application.

class AppLaunchContext
void
setenv
(
string variable
,
string value
)

Parameters

variable string

the environment variable to set

value string

the value for to set the variable to.

Meta

Since

2.32