static L<File> allDataDirs() { new L<File> l; for (File dir : listDirs(javaxDataDir())) if (dir.getName().startsWith("#")) l.add(dir); ret l; }
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: | 602 / 564 |
Referenced in: | #1003788 - allSecretDirs - lists also the empty ones (faster) #1006654 - Standard functions list 2 (LIVE, continuation of #761) |