How can I find the path to the user’s temp folder (e.g. C:\Users\lisnil\AppData\Local\Temp) from Flash/AS3? It needs to work on any version of Windows, at least XP, Vista and 7.
How can I find the path to the user’s temp folder (e.g. C:\Users\lisnil\AppData\Local\Temp) from
Share
You don’t have access to the file system that way through Flash. You might be able to find it using Air (Look at: AIR access to file system)