1 | svoid appendToTextFile(File file, S s) { |
2 | appendToFile(file, s); |
3 | } |
4 | |
5 | svoid appendToTextFile(S file, S s) { |
6 | appendToTextFile(programFile(file), s); |
7 | } |
Began life as a copy of #1001042
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1002888 |
Snippet name: | appendToTextFile - synonym of appendToFile except for second syntax - does not append new line |
Eternal ID of this version: | #1002888/6 |
Text MD5: | e5aabec7d0409442f941688ed36ac872 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-02 20:46:22 |
Source code size: | 156 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 682 / 642 |
Version history: | 5 change(s) |
Referenced in: | [show references] |