I want to be able to list the files in the current directory. I\'ve made something that should work but doesn\'t return all the file names.
File dir = new File(\
You should verify that new File(".") is really pointing to where you think it is pointing - .classpath suggests the root of some Eclipse project....
new File(".")
.classpath