static File getCacheProgramFile(S progID, S fileName) {
if (new File(fileName).isAbsolute())
ret new File(fileName);
ret new File(getCacheProgramDir(progID), fileName);
}
static File getCacheProgramFile(S fileName) {
ret getCacheProgramFile(getProgramID(), fileName);
}
Began life as a copy of #1001949
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1004529 |
| Snippet name: | getCacheProgramFile |
| Eternal ID of this version: | #1004529/1 |
| Text MD5: | 74c0c756de0525901b4b525082eecf88 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-08-19 16:32:56 |
| Source code size: | 290 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1009 / 941 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |