static L<File> filesWithExtensionIn(File dir, S ext) { ret listFilesWithExtension(dir, ext); } static L<File> filesWithExtensionIn(S ext, File dir) { ret listFilesWithExtension(ext, dir); }
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: | 466 / 489 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |