System
General system functions are described here.
Functions
GetEnv(str name) str
The GetEnv function returns the value of the environment variable.
SetEnv(bool|int|str name)
The SetEnv function assigns the specified value to the environment variable.
UnsetEnv(str name)
The UnsetEnv function removes the environment variable.
Last updated