1 | static L<File> listFilesNotDirs(S dir) {
|
2 | ret listFilesOnly(dir); |
3 | } |
4 | |
5 | static L<File> listFilesNotDirs(File... dirs) {
|
6 | ret listFilesOnly(dirs); |
7 | } |
Began life as a copy of #1005311
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1011260 |
| Snippet name: | listFilesNotDirs - synonym of listFilesOnly - list only the files (not directories) |
| Eternal ID of this version: | #1011260/3 |
| Text MD5: | 5962dd2bcca1d5673ff5ef1c97797727 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-27 17:59:34 |
| Source code size: | 152 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 983 / 1009 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |