System Facilities

Overview

This section describes classes, auxiliary types and functions which provide access to system services. More…

// properties

string_t indexed property sys.g_env(string_t name);

Detailed Documentation

This section describes classes, auxiliary types and functions which provide access to system services.

Properties

string_t indexed property sys.g_env(string_t name)

Provides access to the system environment variable table.

Reading from this property results in a call to getenv standard C library function.

Writing to this property translates to setenv on Linux/Mac and _putenv on Windows.