I have a file in DirAssets named "01-Para-001.gif", why is it when I get it into a list via the code below the filename changes to lower case "01-para-001.gif"?
B4X:
Dim fileList As List
fileList.Initialize
fileList = File.ListFiles(File.DirAssets)