1 | static L<File> filesInDirWithExtension(File dir, S ext) { |
2 | ret listFilesWithExtension(dir, ext); |
3 | } |
4 | |
5 | |
6 | |
7 | static L<File> filesInDirWithExtension(S ext, File dir) { |
8 | ret listFilesWithExtension(ext, dir); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017253 |
Snippet name: | filesInDirWithExtension - synonym of listFilesWithExtension |
Eternal ID of this version: | #1017253/1 |
Text MD5: | 09f669e5995dceedf2705477888f9206 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-15 16:09:01 |
Source code size: | 204 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 360 / 391 |
Referenced in: | [show references] |