I was just wondering if it was possible to retain files copied into the File.applicationStorageDirectory across multiple debugging sessions in Flash Builder?
I'm using it to store the application's database, after copying it over from the actual application directory (File.applicationDirectory) if it doesn't already exist in the user storage folder, and it'd be useful to not have to start with the base database every time.
I've had a look through the Debug configuration in Flash Builder, but couldn't find anything that seemed related. If anyone has any ideas, or workaround tips, it'd be much appreciated.
Thanks in advance.