()
| 196 | |
| 197 | /// Checks if the file described by this object exists on the file system. |
| 198 | public boolean exists() { |
| 199 | return FileSystemStorage.getInstance().exists(path); |
| 200 | } |
| 201 | |
| 202 | /// Checks if this file is a directory. |
| 203 | public boolean isDirectory() { |
no test coverage detected