Libraryless. Click here for Pure Java version (76L/1K/2K).
1 | static File javaxCodeDir_dir; // can be set to work on different base dir |
2 | |
3 | static File javaxCodeDir() { |
4 | ret javaxCodeDir_dir != null ? javaxCodeDir_dir : new File(userHome(), "JavaX-Code"); |
5 | } |
6 | |
7 | static File javaxCodeDir(S sub) { |
8 | ret newFile(javaxCodeDir(), sub); |
9 | } |
Began life as a copy of #1002583
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005447 |
Snippet name: | javaxCodeDir |
Eternal ID of this version: | #1005447/2 |
Text MD5: | 799c7b458208a8b3e8b5c2d63ec195ab |
Transpilation MD5: | 2d21b516edc2c0231d4486bbbbc38671 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-01 16:17:59 |
Source code size: | 274 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 458 / 742 |
Version history: | 1 change(s) |
Referenced in: | [show references] |