1 | static File javaxVirtualDir_dir; // can be set to work on different base dir |
2 | |
3 | static File javaxVirtualDir() { |
4 | ret javaxVirtualDir_dir != null ? javaxVirtualDir_dir : new File(actualUserHome(), "JavaX-Virtual"); |
5 | } |
6 | |
7 | static File javaxVirtualDir(S... subs) { |
8 | ret newFile(javaxVirtualDir(), 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: | #1022676 |
Snippet name: | javaxVirtualDir - {actualUserHome}/JavaX-Virtual |
Eternal ID of this version: | #1022676/3 |
Text MD5: | 0afb18ff3eacaac0235db96cfb470e93 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-31 18:35:21 |
Source code size: | 306 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 318 / 357 |
Version history: | 2 change(s) |
Referenced in: | [show references] |