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)

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

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: 453 / 502
Version history: 3 change(s)
Referenced in: [show references]