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

7
LINES

< > BotCompany Repo | #1023952 // actualUserDir - actualUserHome as File

JavaX fragment (include)

1  
static File actualUserDir() {
2  
  ret new File(actualUserHome());
3  
}
4  
5  
static File actualUserDir(S path) {
6  
  ret new File(actualUserHome(), path);
7  
}

Author comment

Began life as a copy of #1001462

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1023952
Snippet name: actualUserDir - actualUserHome as File
Eternal ID of this version: #1023952/1
Text MD5: 2055a0a845c63b57b4b0106e410a7400
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-13 22:36:35
Source code size: 150 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 207 / 271
Referenced in: [show references]