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

9
LINES

< > BotCompany Repo | #1002103 // listZip - synonym of listZipFile

JavaX fragment (include)

// lists files only - who needs to list directories?!
// lists in typical .zip fashion - dir1/dir2/bla.txt
static LS listZip(File inZip) {
  ret listZipFile(inZip);
}

static LS listZip(S inZip) {
  ret listZipFile(inZip);
}

Author comment

Began life as a copy of #1002029

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1002103
Snippet name: listZip - synonym of listZipFile
Eternal ID of this version: #1002103/4
Text MD5: 033660866b7219a69775087511565975
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-14 06:57:35
Source code size: 232 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 647 / 927
Version history: 3 change(s)
Referenced in: [show references]