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

9
LINES

< > BotCompany Repo | #1006538 // javaxBackupDir

JavaX fragment (include)

1  
static File javaxBackupDir_dir; // can be set to work on different base dir
2  
3  
static File javaxBackupDir() {
4  
  ret javaxBackupDir_dir != null ? javaxBackupDir_dir : new File(userHome(), "JavaX-Backup");
5  
}
6  
7  
static File javaxBackupDir(S sub) {
8  
  ret newFile(javaxBackupDir(), sub);
9  
}

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, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1006538
Snippet name: javaxBackupDir
Eternal ID of this version: #1006538/2
Text MD5: 504e1727a76470de617692ede9c02d38
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-28 18:23:42
Source code size: 288 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 510 / 583
Version history: 1 change(s)
Referenced in: [show references]