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.
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.
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.