Do you know how to query for environment variables? what I need is to figure out the "tmp" folder path, so I can write logs files into it.
Thanks!
Hi George,
Metro style apps don't have access to environment variables or to the user's temp folder. The apps do have access to their own temp folder which you can find at Windows.Storage.ApplicationData.TemporaryFolder .
See How to store and retrieve temporary application data for more details.
--Rob