Android Question b4a contents of the folder asset

rossati

Active Member
Licensed User
Longtime User
Hi
I have four images in asset folder that I tried to copy into DefaultExternal, but the File.ListFiles method returns also webkit and images that aren't files nor folders.
This is just my curiosity because I can get around the problem.
Thanks
 

DonManfred

Expert
Licensed User
Longtime User
you can not use ListFiles on the Filesfolder.

Every file you put there (and sync with the ide) ARE there when running your App.
 
Upvote 0
Top