Hi:
I've an UI B4J aplication on Windows that has several data folders and it's working ok on folders on DirApp folder running the jar file directly.
Now, I want to use B4J Packager to create an installation package of my aplication (tested yesterday and works fine) and I'd like to ask which is the best approach to mantain the data folder structure.
1. ZIP the folder, rename to jar and access like a library from B4J aplication (https://www.b4x.com/android/forum/threads/solved-add-files-sub-directories-to-app.80818/)
2. If it's possible to have subfolders on DirAssets and copy to DirData on first program run; it seems that this option (https://www.b4x.com/android/forum/threads/folders-inside-files-folder-of-the-project.64128/#content) could be available in some point of B4J upgrades, -don't know if it's available on last ver BJ5.90.
3. Do someone use another option to achieve this result?
Thanks
I've an UI B4J aplication on Windows that has several data folders and it's working ok on folders on DirApp folder running the jar file directly.
Now, I want to use B4J Packager to create an installation package of my aplication (tested yesterday and works fine) and I'd like to ask which is the best approach to mantain the data folder structure.
1. ZIP the folder, rename to jar and access like a library from B4J aplication (https://www.b4x.com/android/forum/threads/solved-add-files-sub-directories-to-app.80818/)
2. If it's possible to have subfolders on DirAssets and copy to DirData on first program run; it seems that this option (https://www.b4x.com/android/forum/threads/folders-inside-files-folder-of-the-project.64128/#content) could be available in some point of B4J upgrades, -don't know if it's available on last ver BJ5.90.
3. Do someone use another option to achieve this result?
Thanks