File.applicationStorageDirectory problem
Hello dear adobe air community!
I'm new to air mobile development and i'm currently facing a weird problem with File API and its applicationStorageDirectory property.
Please correct me if i'm wrong but it seems that every files stored in applicationStorageDirectory are not deleted during application update, true?
In m'y case, I'm using applicationStorageDirectory to store application database with some user settings. Obviously, these settings should be kept during application update process. Unfortunately, they are removed each time I'm updating the application...
Any ideas? Can this behaviour should result for a bad configuration of my air descriptor file?
Thanks in advance for your help...
