please include function userHome. svoid setUserHome(S dir) { if (dir != null && !isAbsolutePath(dir)) fail("Must be absolute path: " + dir); _userHome = dir; }
Began life as a copy of #1022644
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: | #1022648 |
Snippet name: | setUserHome |
Eternal ID of this version: | #1022648/1 |
Text MD5: | 17078881bb541f00090575cb301a24d8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-26 13:50:36 |
Source code size: | 169 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 279 / 311 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1024346 - revertToActualUserHome |