1 | // lists files only - who needs to list directories?! |
2 | // lists in typical .zip fashion - dir1/dir2/bla.txt |
3 | static L<S> filesInZipFile(File inZip) {
|
4 | ret listZipFile(inZip); |
5 | } |
6 | |
7 | |
8 | |
9 | static L<S> filesInZipFile(ZipFile zipFile) {
|
10 | ret listZipFile(zipFile); |
11 | } |
12 | |
13 | |
14 | |
15 | static L<S> filesInZipFile(S name) {
|
16 | ret listZipFile(name); |
17 | } |
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: | 475 / 510 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |