Libraryless. Click here for Pure Java version (2644L/17K).
1 | static File getSecretProgramDir() {
|
2 | return getSecretProgramDir(actualProgramID()); |
3 | } |
4 | |
5 | static File getSecretProgramDir(String snippetID) {
|
6 | if (empty(snippetID)) ret javaxSecretDir(); |
7 | return newFile(javaxSecretDir(), formatSnippetID(snippetID)); |
8 | } |
Began life as a copy of #1001266
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001549 |
| Snippet name: | getSecretProgramDir |
| Eternal ID of this version: | #1001549/4 |
| Text MD5: | ee0088a79cae7081d75b2e59e004b40b |
| Transpilation MD5: | af27e34f452bf9d2d025efd4d7f21670 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-27 14:46:22 |
| Source code size: | 258 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 926 / 2032 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |