Hi,
Good evening.
I've done a Java Lib to be used in B4A as an help accessory.
Now, my problem is this: the java lib must read a set of files. I can pass, I think, the path to the lib through B4A.
But where do I place the files? Is it in the Files Folder inside the B4A project? Will they be added to the project when compiled?
And, in that case, what is the correct path to provide to the lib?
Is it:
File.DirDefaultExternal & "/Files/"
or just
File.DirDefaultExternal
or other
?
I'm a little mixed up here...Sorry.
Kind regards,
Kepler
Good evening.
I've done a Java Lib to be used in B4A as an help accessory.
Now, my problem is this: the java lib must read a set of files. I can pass, I think, the path to the lib through B4A.
But where do I place the files? Is it in the Files Folder inside the B4A project? Will they be added to the project when compiled?
And, in that case, what is the correct path to provide to the lib?
Is it:
File.DirDefaultExternal & "/Files/"
or just
File.DirDefaultExternal
or other
?
I'm a little mixed up here...Sorry.
Kind regards,
Kepler