(String path)
| 322 | } |
| 323 | |
| 324 | private boolean isZip(String path) { |
| 325 | return path.toLowerCase().endsWith(".zip") |
| 326 | || path.toLowerCase().endsWith(".trz"); |
| 327 | } |
| 328 | |
| 329 | private boolean saveNewZip() { |
| 330 | // choose zip file path and create list to fill |
no outgoing calls
no test coverage detected