1 | static File getCodeProgramDir() { |
2 | return getCodeProgramDir(getProgramID()); |
3 | } |
4 | |
5 | static File getCodeProgramDir(String snippetID) { |
6 | return new File(javaxCodeDir(), formatSnippetID(snippetID)); |
7 | } |
8 | |
9 | static File getCodeProgramDir(long snippetID) { |
10 | return getCodeProgramDir(formatSnippetID(snippetID)); |
11 | } |
Began life as a copy of #1002248
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004449 |
Snippet name: | getCodeProgramDir |
Eternal ID of this version: | #1004449/1 |
Text MD5: | ff5c517085b25ef49fde6179dfd0fcb5 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-11-19 12:50:17 |
Source code size: | 312 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 682 / 816 |
Referenced in: | [show references] |