File dir=new File(D:\images\); File[] files=dir.listFiles(); for(File file:files){ String filename=file.getName(); }