Gets the value of a given environment variable on the computer on which the runtime is installed
Example
fin.System.getEnvironmentVariable('HOME').then(env => console.log(env)).catch(err => console.log(err));
Gets the value of a given environment variable on the computer on which the runtime is installed
fin.System.getEnvironmentVariable('HOME').then(env => console.log(env)).catch(err => console.log(err));