S ShuMan New Member Licensed User Mar 23, 2016 #1 I saved a jpeg in the files folder and added it in the files manager. I tried to access it with myImage = LoadBitmap(File.DirAssets,"filename.jpeg") but it says that the file does not exist. Can anyone help?
I saved a jpeg in the files folder and added it in the files manager. I tried to access it with myImage = LoadBitmap(File.DirAssets,"filename.jpeg") but it says that the file does not exist. Can anyone help?
Erel B4X founder Staff member Licensed User Longtime User Mar 23, 2016 #2 It should work. Are there any warnings on this line? Upvote 0
Beja Expert Licensed User Longtime User Mar 23, 2016 #3 try change the file extension to .jpg (instead of .jpeg) Upvote 0
S ShuMan New Member Licensed User Mar 23, 2016 #4 Thank You!!! Changing the file extension from .jpeg to .jpg worked. Upvote 0