Android Question Is it possible to add directories to b4xpages Shared Files directory?

MrKim

Well-Known Member
Licensed User
Longtime User
It works with the files folder of a B4A app but putting a folder in the shared files folder of a b4xpages app doesn't appear to get copied to android. I am copy a large number of files and they are in a specific folder structure I would like to keep.

Thanks
 

b4x-de

Active Member
Licensed User
Longtime User
Zip the files and their folder structure. Place the zip file in the shared files folder. On app start copy the zip file from File.DirAsset to another folder and unzip it. There you have the files and the folder structure.
 
Upvote 0

MrKim

Well-Known Member
Licensed User
Longtime User
Just seems like a waste of space, All I want to do is play the files. I hate to have to copy them elsewhere since the sip (I believe?) can't be deleted.
 
Upvote 0
Top