1 | static L<File> allFilesInDir_recursive_noDirs(L dirs) { |
2 | ret findAllFiles_noDirs(dirs); |
3 | } |
4 | |
5 | |
6 | |
7 | // dirs are String's or File's |
8 | static L<File> allFilesInDir_recursive_noDirs(O... dirs) { |
9 | ret findAllFiles_noDirs(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: | #1018893 |
Snippet name: | allFilesInDir_recursive_noDirs - synonym of findAllFiles_noDirs |
Eternal ID of this version: | #1018893/1 |
Text MD5: | cf437fa3530a5ef8f2d0fb70625359c0 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-15 16:13:10 |
Source code size: | 221 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 378 / 394 |
Referenced in: | [show references] |