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

9
LINES

< > BotCompany Repo | #1022676 // javaxVirtualDir - {actualUserHome}/JavaX-Virtual

JavaX fragment (include)

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

static File javaxVirtualDir() {
  ret javaxVirtualDir_dir != null ? javaxVirtualDir_dir : new File(actualUserHome(), "JavaX-Virtual");
}

static File javaxVirtualDir(S... subs) {
  ret newFile(javaxVirtualDir(), subs);
}

Author comment

Began life as a copy of #1002583

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022676
Snippet name: javaxVirtualDir - {actualUserHome}/JavaX-Virtual
Eternal ID of this version: #1022676/3
Text MD5: 0afb18ff3eacaac0235db96cfb470e93
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-31 18:35:21
Source code size: 306 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 235 / 271
Version history: 2 change(s)
Referenced in: [show references]