Hi, I am new to AIR and I am writing an application that needs access to a new SQLite database when the user first launches the application. I have considered two options. I could create an empty SQlite database and include it in the app-storage directory when the application installed or I could include an SQL schema file in app-storage and create the database when the user launches the app. Either way, I want to be able to include an file the the application directory at install time. I have researched how to do this with no luck. Does anyone know how I can accomplish this? Thanks!
Jim

