Hello, maybe the last days of this year for asking for help !
With this code:
if I list all the items, I obtain (by msgboxAsync)
Because of these signs '[' , "," and "]" B4A doesn't recognize the name of the files.
How is it possible ?
My target is only to clear the folder containing these files.
Thanks much for the brains coming here!
With this code:
listFile:
Dim lifi As List
lifi.Initialize
lifi.Add(File.ListFiles(File.DirInternal & "/zimaj"))
if I list all the items, I obtain (by msgboxAsync)
[matahari3_548_355_96dpi.PNG, <- note de the bracket [ at the beginning and the comma , at the end
sarahBernhardt1865.PNG, <- note the comma , at the end
... the list continues and at the end...
maudAdams1897.PNG] <- note de the bracket ] at the end
Because of these signs '[' , "," and "]" B4A doesn't recognize the name of the files.
How is it possible ?
My target is only to clear the folder containing these files.
Thanks much for the brains coming here!