1 | static L<File> allDataDirs() { |
2 | new L<File> l; |
3 | for (File dir : listDirs(javaxDataDir())) |
4 | if (dir.getName().startsWith("#")) |
5 | l.add(dir); |
6 | ret l; |
7 | } |
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: | 601 / 564 |
Referenced in: | [show references] |