1 | // lists files only - who needs to list directories?! |
2 | // lists in typical .zip fashion - dir1/dir2/bla.txt |
3 | static LS listZip(File inZip) {
|
4 | ret listZipFile(inZip); |
5 | } |
6 | |
7 | static LS listZip(S inZip) {
|
8 | ret listZipFile(inZip); |
9 | } |
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: | 976 / 1255 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |