adding system.out.println(Done..) in extract folder method

This commit is contained in:
Nirothipan 2017-06-28 10:35:56 +05:30
parent 7379faedfe
commit 42fce6e9fe

View File

@ -899,6 +899,7 @@ public class TryIt {
} catch (IOException e) { } catch (IOException e) {
handleException("Extraction of " + zipFile + " failed", e); handleException("Extraction of " + zipFile + " failed", e);
} }
System.out.println("Done ...");
if (!new File(zipFile).delete()) { if (!new File(zipFile).delete()) {
System.out.println("Downloaded zip : " + zipFile + " - not deleted"); System.out.println("Downloaded zip : " + zipFile + " - not deleted");
} }