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

9
LINES

< > BotCompany Repo | #1003789 // javaxSecretDir

JavaX fragment (include)

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

static File javaxSecretDir() {
  ret javaxSecretDir_dir != null ? javaxSecretDir_dir : new File(userHome(), "JavaX-Secret");
}

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

Author comment

Began life as a copy of #1002583

download  show line numbers  debug dex  old transpilations   

Travelled to 21 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, omdjrrnzbjjv, onxytkatvevr, ppjhyzlbdabe, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv

No comments. add comment

Snippet ID: #1003789
Snippet name: javaxSecretDir
Eternal ID of this version: #1003789/2
Text MD5: be14c59831dc70991f9de828dbcd048d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-25 13:27:19
Source code size: 288 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 517 / 2357
Version history: 1 change(s)
Referenced in: [show references]