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

7
LINES

< > BotCompany Repo | #1003788 // allSecretDirs - lists also the empty ones (faster)

JavaX fragment (include)

static L<File> allSecretDirs() {
  new L<File> l;
  for (File dir : listDirs(addAndReturn(l, javaxSecretDir())))
    //if (dir.getName().startsWith("#"))
      l.add(dir);
  ret l;
}

Author comment

Began life as a copy of #1003687

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, ppjhyzlbdabe, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1003788
Snippet name: allSecretDirs - lists also the empty ones (faster)
Eternal ID of this version: #1003788/4
Text MD5: 5c90c8e7ab6adbae8d507be09b77730d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-28 00:45:39
Source code size: 188 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 451 / 500
Version history: 3 change(s)
Referenced in: [show references]