1 | static File javaxDataDir_dir; // can be set to work on different base dir |
2 | |
3 | static File javaxDataDir() {
|
4 | ret javaxDataDir_dir != null ? javaxDataDir_dir : new File(userHome(), "JavaX-Data"); |
5 | } |
6 | |
7 | static File javaxDataDir(S... subs) {
|
8 | ret newFile(javaxDataDir(), subs); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 18 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1002583 |
| Snippet name: | javaxDataDir |
| Eternal ID of this version: | #1002583/3 |
| Text MD5: | d731214f9d8904e37bc978a3967abe3a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-02 00:20:25 |
| Source code size: | 279 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1458 / 2831 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |