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

10
LINES

< > BotCompany Repo | #1018903 // allFilesInDir_recursive - synonym of findAllFiles

JavaX fragment (include)

static L<File> allFilesInDir_recursive(L dirs) {
  ret findAllFiles(dirs);
}



// dirs are String's or File's
static L<File> allFilesInDir_recursive(O... dirs) {
  ret findAllFiles(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: #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: 213 / 266
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)