Skip to main content
DLiteScript
Playground
Documentation
DLiteScript - A Delightfully Simple Scripting Language
Documentation
Standard Library
os Namespace
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.
Improve this page