| 1 | static File userDir() {
 | 
| 2 | return new File(userHome()); | 
| 3 | } | 
| 4 | |
| 5 | static File userDir(S path) {
 | 
| 6 | return new File(userHome(), path); | 
| 7 | } | 
Began life as a copy of #1000569
download show line numbers debug dex old transpilations
Travelled to 21 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, elmgxqgtpvxh, etmzoiygucik, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, nazvggbglmsf, odhhsrjjbcgr, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1001462 | 
| Snippet name: | userDir - userHome as File | 
| Eternal ID of this version: | #1001462/1 | 
| Text MD5: | dda7423ca0bd94b736eec3c43429e91a | 
| Author: | stefan | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2016-06-17 17:51:35 | 
| Source code size: | 132 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 1509 / 2793 | 
| Referenced in: | [show references] |