1 | static File javaxArtifactsDir_dir; // can be set to work on different base dir |
2 | |
3 | static File javaxArtifactsDir() { |
4 | ret javaxArtifactsDir_dir != null ? javaxArtifactsDir_dir : new File(userHome(), "JavaX-Artifacts"); |
5 | } |
6 | |
7 | static File javaxArtifactsDir(S... subs) { |
8 | ret newFile(javaxArtifactsDir(), subs); |
9 | } |
Began life as a copy of #1002583
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022685 |
Snippet name: | javaxArtifactsDir |
Eternal ID of this version: | #1022685/1 |
Text MD5: | 4105ce2993c5a02d447e628d204b38b7 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-31 19:08:48 |
Source code size: | 314 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 362 / 389 |
Referenced in: | [show references] |