win.GetEnv
From LuaFAR 3
win.GetEnv
result = win.GetEnv (var) Parameters: var: string Returns: result: string, or nil Description: Use this instead of os.getenv, since the latter does not always work correctly.
From LuaFAR 3
result = win.GetEnv (var) Parameters: var: string Returns: result: string, or nil Description: Use this instead of os.getenv, since the latter does not always work correctly.