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

9
LINES

< > BotCompany Repo | #1006535 // javaxCachesDir

JavaX fragment (include)

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

static File javaxCachesDir() {
  ret javaxCachesDir_dir != null ? javaxCachesDir_dir : new File(userHome(), "JavaX-Caches");
}

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

Author comment

Began life as a copy of #1002583

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006535
Snippet name: javaxCachesDir
Eternal ID of this version: #1006535/2
Text MD5: f293fbb421f507a8dbdddd3aa47703e9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-10 18:35:44
Source code size: 288 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 570 / 618
Version history: 1 change(s)
Referenced in: [show references]