So I'm trying to get the class files by calling listFiles()
For the parent file I'm getting my class directory which is what I want.
but it's returning null. On the
java API it says for that method that "If this abstract pathname does not denote a directory, then this method returns null. " Event though I know it has the correct directory I need and there are files in it. So why does this happen?