check file not found

  1. FERNANDO SILVEIRA

    Android Question How to check #FILENOTFOUND when loading image file?

    Hello guys, I have the following code: 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...
Top