/*     */ public boolean deleteIfExists(Path paramPath) /*     */ throws IOException /*     */ {
   /*     */ try
   /*     */ {
     /* 735 */ delete(paramPath);
     /* 736 */ return true;
   } catch (NoSuchFileException localNoSuchFileException) {
     /*     */ }
   /* 738 */ return false;
   /*     */ }