DLiteScript
Playground
Documentation
os Namespace
Operating system interaction functions.
os.getEnvVariable
Retrieve the value of an environment variable. Read system environment variables for configuration and runtime settings. Part of the os namespace.
os.setEnvVariable
Set or modify an environment variable. Update system environment variables for configuration and runtime settings during execution. Part of the os namespace.