Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1018893 // allFilesInDir_recursive_noDirs - synonym of findAllFiles_noDirs

JavaX fragment (include)

static L<File> allFilesInDir_recursive_noDirs(L dirs) {
  ret findAllFiles_noDirs(dirs);
}



// dirs are String's or File's
static L<File> allFilesInDir_recursive_noDirs(O... dirs) {
  ret findAllFiles_noDirs(dirs);
}

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: 297 / 318
Referenced in: [show references]