1 | static L<File> findFilesWithExtension(File dir, S ext) {
|
2 | ret filesWithExtension(ext, allFilesInDir_recursive_noDirs(dir)); |
3 | } |
4 | |
5 | static L<File> findFilesWithExtension(S ext, File dir) {
|
6 | ret findFilesWithExtension(dir, ext); |
7 | } |
Began life as a copy of #1013803
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020637 |
| Snippet name: | findFilesWithExtension - recurse |
| Eternal ID of this version: | #1020637/1 |
| Text MD5: | eda41e475f4f0cbc7170940b3244d790 |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-29 01:03:12 |
| Source code size: | 232 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 495 / 550 |
| Referenced in: | [show references] |