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

7
LINES

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

JavaX fragment (include)

static L<File> allDataDirs() {
  new L<File> l;
  for (File dir : listDirs(javaxDataDir()))
    if (dir.getName().startsWith("#"))
      l.add(dir);
  ret l;
}

Author comment

Began life as a copy of #1001723

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003687
Snippet name: allDataDirs - lists also the empty ones (faster)
Eternal ID of this version: #1003687/1
Text MD5: bfb01fb192740d2e2bc582a4a229a96b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-25 21:03:23
Source code size: 165 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 536 / 498
Referenced in: [show references]