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

4
LINES

< > BotCompany Repo | #1018957 // allJavaXDirectories (for current user)

JavaX fragment (include)

static L<File> allJavaXDirectories() {
  ret [File f : dirsInDir(userDir())
    | startsWith(f.getName(), "JavaX-") || eqOneOf(f.getName(), ".tinybrain", ".javax")];
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1018957
Snippet name: allJavaXDirectories (for current user)
Eternal ID of this version: #1018957/1
Text MD5: ba078e15d330ab077d06bf81bf79b052
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-18 13:49:08
Source code size: 170 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 293 / 328
Referenced in: [show references]