static L<File> listDirsStartingWith(File dir, S prefix) { ret filesStartingWith(prefix, listDirs(dir)); } static L<File> listDirsStartingWith(S dir, S prefix) { ret listDirsStartingWith(newFile(dir), prefix); } static L<File> listDirsStartingWith(S prefix, File dir) { ret listDirsStartingWith(dir, prefix); }
Began life as a copy of #1001461
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: | #1020332 |
Snippet name: | listDirsStartingWith |
Eternal ID of this version: | #1020332/2 |
Text MD5: | 0651af7924cbe70c728136a9151c789a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-19 15:48:18 |
Source code size: | 323 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 380 / 384 |
Version history: | 1 change(s) |
Referenced in: | [show references] |