How do I show a picture in the internal storage in the app?

Then in this case, first check if the file exist with the Exist method of @Taifun File or with File Tools extension from @vknow360

After this, if the image file exist, then you can show the same using the set Image. Picture method of image component by providing the image file path to it

You can do all this, under the screen initialise event(for example), so as you require, everything will be done automatically

1 Like