I have a number of small images in dirassets as a sort of cache. I read the name of the required image from HTML then attempt to load it from dirassets, e.g.:
Pic1.bitmap=LoadBitmap(File.dirassets, PicName)
The idea being that I read it form the website only if I have to.
How do I tell if the image already exists?
Pic1.bitmap=LoadBitmap(File.dirassets, PicName)
The idea being that I read it form the website only if I have to.
How do I tell if the image already exists?