1 | static File javaxCachesDir_dir; // can be set to work on different base dir |
2 | |
3 | static File javaxCachesDir() { |
4 | ret javaxCachesDir_dir != null ? javaxCachesDir_dir : new File(userHome(), "JavaX-Caches"); |
5 | } |
6 | |
7 | static File javaxCachesDir(S sub) { |
8 | ret newFile(javaxCachesDir(), sub); |
9 | } |
Began life as a copy of #1002583
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006535 |
Snippet name: | javaxCachesDir |
Eternal ID of this version: | #1006535/2 |
Text MD5: | f293fbb421f507a8dbdddd3aa47703e9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-10 18:35:44 |
Source code size: | 288 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 623 / 677 |
Version history: | 1 change(s) |
Referenced in: | [show references] |