Hello dear members,

I have built awesome ane file ( successor alternative from MDM Zinc Studio mdm.Application.getEnvVar(envPath:String):String - I know they are waiting for Adobe Air 19, 20, or latest. I have created dll file ( just it is serious, trusted and honest file.

If you want know to code an example:
Code:
getEnv(envPath:String):String
like this:
Code:
private var _getEnvExt:GetENvPath;
...
protected function airAppCreatingCompleteHandler(evt:FlexEvent):void
{
	_getEnvExt = new GetEnvPath();
	_getEnvExt.initalize;
	...
	winpathLabel.text = _getEnvExt.getEnv("windir");
	...
}
Output:
Code:
C:\Windows
in label.

You can download from my website and try your air app enjoy and you have happy coding.

Best regards