1 | static L<File> filesWithExtensionIn(File dir, S ext) { |
2 | ret listFilesWithExtension(dir, ext); |
3 | } |
4 | |
5 | |
6 | |
7 | static L<File> filesWithExtensionIn(S ext, File dir) { |
8 | ret listFilesWithExtension(ext, dir); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027069 |
| Snippet name: | filesWithExtensionIn - synonym of listFilesWithExtension |
| Eternal ID of this version: | #1027069/1 |
| Text MD5: | 69a1949077aad7ad01d93d53ca44829a |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-16 22:31:12 |
| Source code size: | 198 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 465 / 489 |
| Referenced in: | [show references] |