static L<File> allDataFilesNamed(S name) { new L<File> l; for (File dir : allDataDirs()) { File f = new File(dir, name); if (f.exists()) l.add(f); } ret l; }
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: | #1003688 |
| Snippet name: | [OLD] |
| Eternal ID of this version: | #1003688/1 |
| Text MD5: | 9d67797bc99849355cbca99c2e2c2f64 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-07-31 23:01:28 |
| Source code size: | 187 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 862 / 825 |
| Referenced in: | [show references] |