env

abstract val env: Map<String, String>?

Environment Variables

Provides a set of environment variables for a process operation; if not provided (null), the current environment is used.

An empty map can be provided to force an empty environment.