Hy all!

i wrote an app which opens pictures stored on hard drive, to a picture album, and what i want is that when i want to save the album, cannot overwrite the existing files, because "they are in use by another process" (by the app itself), so is there any method to "dispose" the files from the app first, to be able to delete/overwrite them?

thanks in advance