We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cfe3b commit 4b6c0aeCopy full SHA for 4b6c0ae
sources/net.sf.j2s.java.core/src/java/io/File.java
@@ -803,7 +803,8 @@ public boolean isDirectory() {
803
// return ((fs.getBooleanAttributes(this) & FileSystem.BA_DIRECTORY)
804
// != 0);
805
//
806
- return true;
+ // BH 2019.09.23 return true;
807
+ return false;
808
}
809
810
/**
0 commit comments