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

9
LINES

< > BotCompany Repo | #1003688 // [OLD]

JavaX source code [tags: archive] - run with: x30.jar

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: 569 / 517
Referenced in: [show references]