static File javaxCachesDir_dir; // can be set to work on different base dir static File javaxCachesDir() { ret javaxCachesDir_dir != null ? javaxCachesDir_dir : new File(userHome(), "JavaX-Caches"); } static File javaxCachesDir(S sub) { ret newFile(javaxCachesDir(), sub); }
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: | 1175 / 1248 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1016332 - javaxTempDir |