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);
});
Retrieves the value of a given environment variable on the computer on which the runtime is installed.
fin.desktop.System.getEnvironmentVariable("APPDATA",function (variable) {
console.log("this is the APPDATA value", variable);
});