// lists files only - who needs to list directories?! // lists in typical .zip fashion - dir1/dir2/bla.txt static L<S> filesInZipFile(File inZip) { ret listZipFile(inZip); } static L<S> filesInZipFile(ZipFile zipFile) { ret listZipFile(zipFile); } static L<S> filesInZipFile(S name) { ret listZipFile(name); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022645 |
Snippet name: | filesInZipFile - synonym of listZipFile |
Eternal ID of this version: | #1022645/3 |
Text MD5: | 108d0137359b25894bc6258c0b115437 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-25 23:38:25 |
Source code size: | 341 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 249 / 277 |
Version history: | 2 change(s) |
Referenced in: | [show references] |