getenv

fun getenv(name: String): String?

Return the value of an item in the running environment, or null if the name is not found.


fun getenv(name: String, default: String): String

Return the value of an item in the running environment, or a default value if not found.