How can I preload some data files inside the APK generated by isCOBOL mobile?

Question ID : 266
Created on 2016-04-05 at 7:25 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=266



To make this you need:
- to create the data folder under isCOBOL IDE project's HTML folder
- to copy it inside the data file
- to change the property iscobol.file.prefix inside the iscobol.properties file under resources folder of the isCOBOL IDE project in this way

iscobol.file.prefix =/mnt/sdcard/Android/data//files/


Back to Original Question