Tutorial: system.getEnvironmentVariable

system.getEnvironmentVariable

Retrieves the value of a given environment variable on the computer on which the runtime is installed.

Example

fin.desktop.System.getEnvironmentVariable("APPDATA",function (variable) {
    console.log("this is the APPDATA value", variable);
});