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: 650 / 930
Version history: 3 change(s)
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008833 - listFilesInZip - synonym of listZipFile
#1009762 - fileNamesInZip - synonym of listZipFile
#3000189 - Answer for stefanreich(>> t bla)
#3000382 - Answer for ferdie (>> t = 1, f = 0)
#3000383 - Answer for funkoverflow (>> t=1, f=0 okay)