NPE occurs because File.list() returns null on a non-existing directory. Should either handle this and throw a better exception, or return empty list.