1 | static L<File> listAllFiles(L dirs) { |
2 | ret findAllFiles(dirs); |
3 | } |
4 | |
5 | |
6 | |
7 | // dirs are String's or File's |
8 | static L<File> listAllFiles(O... dirs) { |
9 | ret findAllFiles(dirs); |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1032873 |
Snippet name: | listAllFiles - synonym of findAllFiles |
Eternal ID of this version: | #1032873/1 |
Text MD5: | d2c4b730897eb4e33f9d602b093ddcbb |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-07 01:05:53 |
Source code size: | 171 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 175 / 189 |
Referenced in: | [show references] |