The ADOxx Development Toolkit offers its own internal file management system. This enables the developer to import
any kind of files (.asc, .leo, .txt, .dll, .png, etc...) into the application library.
In order to import a file into an existing application library, please follow the steps below:
a. Open the ADOxx Development Toolkit
b. Navigate in the menu to "Extras" -> "File Management..." (see attachment File_Management_1.PNG)
c. Select application library (see attachment File_Management_2.PNG)
d. Click on "Import"
e. Select file(s) and click on "Open" to import(see attachments Open_Files.bmp, Success_Message.PNG)
After having successfully imported your file into the application library, you can access that file by adding the prefix "db:\\" to the file name (e.g. "db:\\MyfileName.asc") and use it in the AdoScript command calls or library or class attributes.
When exporting the library in .abl format, the option "Include files", which i checked by default, allows you to include all the imported files in the resulting .adl file (see attached file Export_Library_Dialog.PNG).
At any time, the files existing in an application library can be deleted or exported using the File Management functionality.