Skip to content

Std filesystem getenv

std:std.filesystem.GetEnv

Function GetEnv:String( name:String,defaultValue:String="" )#

Gets an environment variable.

Returns the value of the given environment variable, or defaultValue if none was found.