Hello
the file .png or .jpg are in the directory files of l' application on the hard drive after having load l' application on the mobile where these files are on the mobile?
Best Regards
If I understood you corrrectly, you have some .png and .jpg in your app and when installing your app onto the phone you want to know where those files are? if the answer is yes then is "File.DirAssets".
You have not described your problem yet. What are you trying to do with the files?
However, to make a list of files there are two ways.
Either store those files in another location and then show the FileDialog.
Or, just use a listview with the filenames (since they are fixed in DirAssets and cannot change).