1 | static L<File> allDataFilesNamed(S name) {
|
2 | new L<File> l; |
3 | for (File dir : allDataDirs()) {
|
4 | File f = new File(dir, name); |
5 | if (f.exists()) |
6 | l.add(f); |
7 | } |
8 | ret l; |
9 | } |
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: | 863 / 826 |
| Referenced in: | [show references] |