I have a directoy names images in the assets folder which contain a collection of images. I am trying to access the images in my code, i keep getting file not found exception.
File file = new File("public/images/iowa.jpg");
any idea whats the reason?