Hey
I have this code
FileUtils.forceDelete(new File(nombreprograma+".zip");
FileUtils.forceDelete(new File(nombreprograma+"/"+nombrebmp+".bmp"));
Deleting the zip inside of the root works perfect but for some reason the BMP inside of a folder, doesnt.
The error it gives is that it cannot delete the file, nothing else.
Any tips?