Sunday, May 1, 2011

Access system environment variable in AIR?

How can one access a system environment variable in Flex/AIR (say %appdata%, %userdomain%)?

From stackoverflow
  • 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.

0 comments:

Post a Comment