Android Question Mediabrowser getextimagefileinfo

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

this code does not work (both lienes with getextimagefilesinfo):

B4X:
Dim m As Map
m=MB.GetExtImageFileInfo (File.DirRootExternal)
m=MB.GetExtImageFileInfo (File.DirDefaultExternal)

The map is always empty, and there are lots of images.

Thanks

Peter
 
Top