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