Hello,
i know path of my photos ("/storage/emulated/0/DCIM/Camera/") and i want to have list of all images in this folder. I tried with this ->
but I always get in logs -> (list) not initialized
any ideas?
i know path of my photos ("/storage/emulated/0/DCIM/Camera/") and i want to have list of all images in this folder. I tried with this ->
B4X:
Dim mylist As List
mylist.Initialize
mylist = File.ListFiles("/storage/emulated/0/Camera/")
Log(mylist)
but I always get in logs -> (list) not initialized
any ideas?