()
| 253 | /// |
| 254 | /// True if delete succeeds. |
| 255 | public boolean delete() { |
| 256 | FileSystemStorage.getInstance().delete(path); |
| 257 | return !FileSystemStorage.getInstance().exists(path); |
| 258 | } |
| 259 | |
| 260 | /// Returns the list of child files of this directory. |
| 261 | public String[] list() { |
no test coverage detected