static L<File> findFilesWithExtension(File dir, S ext) { ret filesWithExtension(ext, allFilesInDir_recursive_noDirs(dir)); } static L<File> findFilesWithExtension(S ext, File dir) { ret findFilesWithExtension(dir, ext); }
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: | 294 / 341 |
Referenced in: | [show references] |