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

9
LINES

< > BotCompany Repo | #1005447 // javaxCodeDir

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (76L/1K/2K).

static File javaxCodeDir_dir; // can be set to work on different base dir

static File javaxCodeDir() {
  ret javaxCodeDir_dir != null ? javaxCodeDir_dir : new File(userHome(), "JavaX-Code");
}

static File javaxCodeDir(S sub) {
  ret newFile(javaxCodeDir(), sub);
}

Author comment

Began life as a copy of #1002583

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: #1005447
Snippet name: javaxCodeDir
Eternal ID of this version: #1005447/2
Text MD5: 799c7b458208a8b3e8b5c2d63ec195ab
Transpilation MD5: 2d21b516edc2c0231d4486bbbbc38671
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-01 16:17:59
Source code size: 274 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 393 / 657
Version history: 1 change(s)
Referenced in: [show references]