1 | static L<File> allFilesInDir_recursive(L dirs) { |
2 | ret findAllFiles(dirs); |
3 | } |
4 | |
5 | |
6 | |
7 | // dirs are String's or File's |
8 | static L<File> allFilesInDir_recursive(O... dirs) { |
9 | ret findAllFiles(dirs); |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018903 |
Snippet name: | allFilesInDir_recursive - synonym of findAllFiles |
Eternal ID of this version: | #1018903/1 |
Text MD5: | 0bc8faadf06711e58b797b9802a7859c |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-15 17:36:06 |
Source code size: | 193 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 271 / 325 |
Referenced in: | [show references] |