1 | static L<File> listDirsStartingWith(File dir, S prefix) {
|
2 | ret filesStartingWith(prefix, listDirs(dir)); |
3 | } |
4 | |
5 | static L<File> listDirsStartingWith(S dir, S prefix) {
|
6 | ret listDirsStartingWith(newFile(dir), prefix); |
7 | } |
8 | |
9 | static L<File> listDirsStartingWith(S prefix, File dir) { |
10 | ret listDirsStartingWith(dir, prefix); |
11 | } |
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: | 639 / 637 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |