Closed seyfahni closed 4 years ago
After creating an File Instance the variable is never equal to null, but the file may not exist and may also not be a directory. The call to File#isDirectory() checks for both, existence and being a directory. Fixes bug #54 .
After creating an File Instance the variable is never equal to null, but the file may not exist and may also not be a directory. The call to File#isDirectory() checks for both, existence and being a directory. Fixes bug #54 .