vendredi 2 septembre 2016

Individual Items from a List

I am retrieving files from a folder and placing the items in a list:

Code:
  Dim fileList As List
Dim fileCount As Int
fileList =
File.ListFiles(File.DirRootExternal & "/Pictures/")
fileCount = fileList.Size
Log("File List = " & fileList)
Log("File Count = " & fileCount)
The Log is:
Code:
  File List = (ArrayList) [IMG_20160901_134832.jpg, IMG_20160901_135028.jpg]
File Count = 2
How do I:
Extract the File Name as a String.
Extract the Image.

Once I have...

Individual Items from a List

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/2bZyRKj
via IFTTT

Aucun commentaire:

Enregistrer un commentaire