get Environment Variable Or Default
open fun getEnvironmentVariableOrDefault(name: String, defaultValue: String): String
Content copied to clipboard
Get the environment variable value, or if it does not exist, use the defaultValue supplied.