How can one access a system environment variable in Flex/AIR (say %appdata%, %userdomain%)?
A:
There is no API that you can use to get a environment variable in Flex/AIR applications. You will have to pass these as (commandline?) parameters to your application.
dirkgently
2009-04-24 06:22:10