Hi all
Today I try to load the bitmap which has a name like this "9o4RLEUFMno.jpg" from Dir.Assets. But it says the file doesn't exist with the following message:
In fact, this file do exist in the "Files" folder.
This is the codes I used to load the bitmap:
The error message seems to return the file name in lowercase!
So is it a must to name the files to be placed in "Files" folder in lowercase?
Today I try to load the bitmap which has a name like this "9o4RLEUFMno.jpg" from Dir.Assets. But it says the file doesn't exist with the following message:
B4X:
java.io.FileNotFoundException: 9o4rleufmno.jpg
In fact, this file do exist in the "Files" folder.
This is the codes I used to load the bitmap:
B4X:
Dim mybmp As Bitmap=LoadBitmap(File.DirAssets,"9o4RLEUFMno.jpg")
The error message seems to return the file name in lowercase!
So is it a must to name the files to be placed in "Files" folder in lowercase?