static void saveSecretTextFile(S name, S s) { saveTextFile(new File(getSecretProgramDir(), name), s); } static void saveSecretTextFile(S progID, S name, S s) { saveTextFile(new File(getSecretProgramDir(progID), name), s); }
Began life as a copy of #1001900
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1002654 |
Snippet name: | saveSecretTextFile |
Eternal ID of this version: | #1002654/1 |
Text MD5: | 411b6d54e09223df33d0ee000eaf41f9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-09 22:09:32 |
Source code size: | 234 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 633 / 628 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) |