I have a folder inside the Files folder, with some static data inside
I can read them with
but when I perform a "export as a Zip", they are not included.
These files are also not listed in the files tab of the IDE, because if i add them, they will be copied outside of the subfolder.
Am I using it the wrong way?
I can read them with
B4X:
File.ReadString(File.DirAssets, dir & "/" & localizedFileName)
These files are also not listed in the files tab of the IDE, because if i add them, they will be copied outside of the subfolder.
Am I using it the wrong way?