()
| 201 | |
| 202 | /// Checks if this file is a directory. |
| 203 | public boolean isDirectory() { |
| 204 | return FileSystemStorage.getInstance().isDirectory(path); |
| 205 | } |
| 206 | |
| 207 | /// Checks if this file object represents a regular file. |
| 208 | public boolean isFile() { |
no test coverage detected