I need to create directories in the local machine, can i do this with FLEX with AIR support
A:
Air gives you reasonable file access. Creating directories shouldn't be a problem.
See the docs for more info:
spender
2009-09-07 08:20:35
Can i do this in Flex Application, adding some AIR support to Flex... not an AIR app...
2009-09-07 08:25:14
The AIR runtime provides the file system access, so you'll need to running on top of it. And that means it will have to be an AIR application.
John Lemberger
2009-09-07 14:11:03
You need to create a new AIR application project to us the AIR features. You will want to ensure that the code for your Flex app is easily reusable in your AIR application.
cliff.meyers
2009-09-07 17:32:34