// lists files only - who needs to list directories?! // lists in typical .zip fashion - dir1/dir2/bla.txt static L<S> listFilesInZip(File inZip) { ret listZipFile(inZip); } static L<S> listFilesInZip(ZipFile zip) { ret listZipFile(zip); }
Began life as a copy of #1002103
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1008833 |
| Snippet name: | listFilesInZip - synonym of listZipFile |
| Eternal ID of this version: | #1008833/3 |
| Text MD5: | 019d958a99fcfc43940eb90831c3585b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-06-14 13:23:39 |
| Source code size: | 254 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 843 / 860 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |