Java Question Reading files from java lib

kepler

Active Member
Licensed User
Longtime User
Good evening,

I have made a successful lib in Java that actually works in B4A... ;)

But in that java lib, I have a method that must read some files (they are too heavy to be included in the lib, I think).
My question is: where do I put these files (is it in my Files folder of my Project Folder?), and what file path do I use to read them (is it Files/filename.txt ?) ?

Kind regards,

Kepler
 
Top