My Air 2.5 application needs to save some text files inside some custom folder.
Currently i am using documents folder to save files (using FileStream), which works fine. But i need to save it inside any folder.
Is there a way to save files in any targeted folder? (using FileStream)
I have got the working solution. It saves file to your targeted folder. It might help you.