1 | please include function userHome. |
2 | |
3 | svoid setUserHome(S dir) {
|
4 | if (dir != null && !isAbsolutePath(dir)) fail("Must be absolute path: " + dir);
|
5 | _userHome = dir; |
6 | } |
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: | 511 / 549 |
| Referenced in: | [show references] |