Libraryless. Click here for Pure Java version (5101L/28K).
1 | static L<File> filesInDir(File dir, S... names) {
|
2 | ret map(names, name -> newFile(dir, name)); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034694 |
| Snippet name: | filesInDir |
| Eternal ID of this version: | #1034694/1 |
| Text MD5: | 5bc6899c129612b634f211550a867cc6 |
| Transpilation MD5: | a04c3511a856a922148d6426de21197a |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-03 21:30:44 |
| Source code size: | 99 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 351 / 461 |
| Referenced in: | [show references] |