Method isDirectory()
Return type: boolean
Member of: java.io.File
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 if (f.isDirectory()) {
2 return f.isDirectory()?Boolean.TRUE:Boolean.FALSE ;
3 if (file.isDirectory() || file instanceof OyoahaVectorFolder)
4 if (!dir.isDirectory()) return null;
5 if (! file.isDirectory()) {
6 if (!tmpdir.isDirectory()) throw new IOException("Could not make: " + tmpdir);
7 if(!f.isDirectory())
8 if (file.isDirectory()) {
9 if (dir.isDirectory())
10 if (files[i].isDirectory())
11 else if (!f.isDirectory())
12 if( ! persistStorage.isDirectory() )
13 if (!f.isDirectory()) return f.length();
14 if (f.isDirectory()) {
15 if (imageFile != null && (imageFile.isDirectory() || !imageFile.exists()))
16 if (!newDir.exists() || !newDir.isDirectory())
17 if(!_lobDir.exists() || _lobDir.isDirectory()) {
18 if( dir.isDirectory() )
19 src.isDirectory());
20 if (files[i].isDirectory())
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.