Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1016741 // zipFileContains_falseOnError

JavaX fragment (include)

1  
static bool zipFileContains_falseOnError(File inZip, S fileName) {
2  
  try {
3  
    ret zipFileContains(inZip, fileName);
4  
  } catch e {
5  
    false;
6  
  }
7  
}

Author comment

Began life as a copy of #1016740

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016741
Snippet name: zipFileContains_falseOnError
Eternal ID of this version: #1016741/3
Text MD5: 91c5725d81a8f524774b6a1b43a1b5a0
Author: stefan
Category: javax / i.o.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-30 17:12:34
Source code size: 153 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 377 / 428
Version history: 2 change(s)
Referenced in: [show references]