SyntaxFix
Write A Post
Hire A Developer
Questions
Try to list all files' names in the directory by calling:
File file = new File("."); for(String fileNames : file.list()) System.out.println(fileNames);
and see if you will find your files in the list.