I read the list of files that I put in a subfolder of files, called img (contains images)
if I add the subfolder name to File.DirAssets by mistake.
here are the commands that I use
someone knows help
thanks
if I add the subfolder name to File.DirAssets by mistake.
here are the commands that I use
B4X:
Dim aPath As String = File.DirAssets & "/img"
Log(aPath)
aListaFiles = File.ListFiles(aPath)
For i = 0 To aListaFiles.Size - 1
aFile = aListaFiles.Get(i)
Log(aFile)
Next
someone knows help
thanks