Hi guys,
I have been getting this same error over and over again and i was just wondering if there was anyway to get around it by performing a check. I am currently downloading an xml file with image locations in and storing them in a local folder. I am then going through the images and displaying them on my screen (all the images are stored in an array and then i go through the array and display the images.) Now i keep getting an error which says:

The process cannot access the file 'filename' because it is being used by another process.

And i was just wondering whether there was any way i could do a test on this before i display the image so it will avoid displaying this error.

Thanks in advance for any help.