static File javaxArtifactsDir_dir; // can be set to work on different base dir static File javaxArtifactsDir() { ret javaxArtifactsDir_dir != null ? javaxArtifactsDir_dir : new File(userHome(), "JavaX-Artifacts"); } static File javaxArtifactsDir(S... subs) { ret newFile(javaxArtifactsDir(), subs); }
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: | 363 / 389 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1025682 - javaxDownloadsDir - for downloaded files |