Hello guys,
I have the following code:
What happen if the file is missing?
I'd like to test file existance and if the image is not there, load a default image instead.
Same doubt (file not found) reading text from a file.
Regards,
Fernando
I have the following code:
B4X:
bg = LoadBitmapResize(File.DirAssets, wWordOK & ".jpg", ImageView1.Width, ImageView1.Height, True)
What happen if the file is missing?
I'd like to test file existance and if the image is not there, load a default image instead.
Same doubt (file not found) reading text from a file.
Regards,
Fernando